Windows-API-Code-Pack-1.1 icon indicating copy to clipboard operation
Windows-API-Code-Pack-1.1 copied to clipboard

ExplorerBrowser Control UpdateDependencyPropertiesFromCLRPRoperties

Open VikramThorgule opened this issue 7 years ago • 1 comments

In ExplorerBrowser_Loaded method if we reduce the Interval to 10ms (10 * 10000) then what will be impact? Does it affects UpdateDependencyPropertiesFromCLRPRoperties() initialization?

VikramThorgule avatar Dec 18 '18 12:12 VikramThorgule

As I read the code itself and the surrounding comments, it looks like it could lead to an InvalidOperationException on Win 7.

If you want to put together a PR to reduce that time, I'll go ahead and merge it since win 7 is EOL for normal support and anyone that needs to continue supporting it can stick with the version prior to this change.

contre avatar Jan 24 '20 16:01 contre