1 write to _styleDoNotUse
PresentationFramework (1)
System\Windows\Window.cs (1)
3298
_styleDoNotUse
= value;
3 references to _styleDoNotUse
PresentationFramework (3)
System\Windows\Window.cs (3)
3285
return
_styleDoNotUse
;
3289
return
_styleDoNotUse
;
6898
UnsafeNativeMethods.CriticalSetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_STYLE, (IntPtr)
_styleDoNotUse
);