1 write to _styleDoNotUse
PresentationFramework (1)
System\Windows\Window.cs (1)
3278_styleDoNotUse = value;
3 references to _styleDoNotUse
PresentationFramework (3)
System\Windows\Window.cs (3)
3265return _styleDoNotUse; 3269return _styleDoNotUse; 6883UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_STYLE, (IntPtr)_styleDoNotUse);