1 write to _styleExDoNotUse
PresentationFramework (1)
System\Windows\Window.cs (1)
3302_styleExDoNotUse = value;
3 references to _styleExDoNotUse
PresentationFramework (3)
System\Windows\Window.cs (3)
3289return _styleExDoNotUse; 3293return _styleExDoNotUse; 6884UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_EXSTYLE, (IntPtr)_styleExDoNotUse);