1 write to _styleDoNotUse
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
3355
_styleDoNotUse
= new SecurityCriticalDataForSet<int>(value);
3 references to _styleDoNotUse
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
3338
return
_styleDoNotUse
.Value;
3343
return
_styleDoNotUse
.Value;
7207
UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_STYLE, (IntPtr)
_styleDoNotUse
.Value);