2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7687
_window.
Manager
= this;
7725
_window.
Manager
= null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3247
Debug.Assert(
Manager
!= null, "HwndStyleManager must have a valid value here");
3256
if (
Manager
!= null)
3272
Manager
.Dirty = true;
3280
if (
Manager
!= null)
3296
Manager
.Dirty = true;
6864
HwndStyleManager manager =
Manager
;
7673
if (w.
Manager
== null)
7679
w.
Manager
._refCount++;
7680
return w.
Manager
;
7723
if (_window.
Manager
== this)