2 writes to _hwndNotifyHook
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
1032
_hwndNotifyHook
= new Dictionary<DpiUtil.HwndDpiInfo, HwndWrapperHook>();
1149
_hwndNotifyHook
= null;
7 references to _hwndNotifyHook
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1027
_hwndNotifyHook
== null ||
1086
/// Assumes that <see cref="_hwndNotify"/> and <see cref="
_hwndNotifyHook
"/> have been initialized. This method
1093
Debug.Assert(
_hwndNotifyHook
!= null);
1127
_hwndNotifyHook
[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage);
1128
_hwndNotify[hwndDpiInfo].AddHook(
_hwndNotifyHook
[hwndDpiInfo]);
1141
_hwndNotifyHook
[hwndDpiInfo] = null;
1148
_hwndNotifyHook
?.Clear();