1 write to _styleExDoNotUse
PresentationFramework (1)
System\Windows\Window.cs (1)
3204_styleExDoNotUse= new SecurityCriticalDataForSet<int>((int)value);
3 references to _styleExDoNotUse
PresentationFramework (3)
System\Windows\Window.cs (3)
3191return _styleExDoNotUse.Value; 3195return _styleExDoNotUse.Value; 6781UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_EXSTYLE, (IntPtr)_styleExDoNotUse.Value);