1 write to _styleDoNotUse
PresentationFramework (1)
System\Windows\Window.cs (1)
3180_styleDoNotUse= new SecurityCriticalDataForSet<int>(value);
3 references to _styleDoNotUse
PresentationFramework (3)
System\Windows\Window.cs (3)
3167return _styleDoNotUse.Value; 3171return _styleDoNotUse.Value; 6780UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_STYLE, (IntPtr)_styleDoNotUse.Value);