1 write to _styleExDoNotUse
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
3387_styleExDoNotUse= new SecurityCriticalDataForSet<int>((int)value);
3 references to _styleExDoNotUse
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
3370return _styleExDoNotUse.Value; 3375return _styleExDoNotUse.Value; 7208UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_EXSTYLE, (IntPtr)_styleExDoNotUse.Value);