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)
3338return _styleDoNotUse.Value; 3343return _styleDoNotUse.Value; 7207UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_STYLE, (IntPtr)_styleDoNotUse.Value);