1 write to _hasImplicitStylesInResources
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
1091set { _hasImplicitStylesInResources = value; }
1 reference to _hasImplicitStylesInResources
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
1090get { return _hasImplicitStylesInResources; }