1 write to _window
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
8252
_window
= w;
6 references to _window
PresentationFramework (6)
src\Framework\System\Windows\Window.cs (6)
8253
_window
.Manager = this;
8257
_window
._Style = Style;
8258
_window
._StyleEx = StyleEx;
8287
_window
.Flush();
8289
if (
_window
.Manager == this)
8291
_window
.Manager = null;