2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7686
_window.
Manager
= this;
7724
_window.
Manager
= null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3246
Debug.Assert(
Manager
!= null, "HwndStyleManager must have a valid value here");
3255
if (
Manager
!= null)
3271
Manager
.Dirty = true;
3279
if (
Manager
!= null)
3295
Manager
.Dirty = true;
6863
HwndStyleManager manager =
Manager
;
7672
if (w.
Manager
== null)
7678
w.
Manager
._refCount++;
7679
return w.
Manager
;
7722
if (_window.
Manager
== this)