2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7731
_window.
Manager
= this;
7769
_window.
Manager
= null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3274
Debug.Assert(
Manager
!= null, "HwndStyleManager must have a valid value here");
3283
if (
Manager
!= null)
3299
Manager
.Dirty = true;
3307
if (
Manager
!= null)
3323
Manager
.Dirty = true;
6895
HwndStyleManager manager =
Manager
;
7717
if (w.
Manager
== null)
7723
w.
Manager
._refCount++;
7724
return w.
Manager
;
7767
if (_window.
Manager
== this)