2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7718
_window.
Manager
= this;
7756
_window.
Manager
= null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3254
Debug.Assert(
Manager
!= null, "HwndStyleManager must have a valid value here");
3263
if (
Manager
!= null)
3279
Manager
.Dirty = true;
3287
if (
Manager
!= null)
3303
Manager
.Dirty = true;
6880
HwndStyleManager manager =
Manager
;
7704
if (w.
Manager
== null)
7710
w.
Manager
._refCount++;
7711
return w.
Manager
;
7754
if (_window.
Manager
== this)