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)
3370
return
_styleExDoNotUse
.Value;
3375
return
_styleExDoNotUse
.Value;
7208
UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_EXSTYLE, (IntPtr)
_styleExDoNotUse
.Value);