1 write to IsDebug
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1372PresentationAppDomainManager.IsDebug = true;
2 references to IsDebug
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (2)
66bool isDebug = PresentationAppDomainManager.IsDebug ? true : GetBoolFromActivationData(1); 267PresentationAppDomainManager.IsDebug.ToString(),