2 writes to _hwndNotifyHook
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
1050
_hwndNotifyHook
= new Dictionary<DpiUtil.HwndDpiInfo, HwndWrapperHook>();
1167
_hwndNotifyHook
= null;
7 references to _hwndNotifyHook
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1045
_hwndNotifyHook
== null ||
1104
/// Assumes that <see cref="_hwndNotify"/> and <see cref="
_hwndNotifyHook
"/> have been initialized. This method
1111
Debug.Assert(
_hwndNotifyHook
!= null);
1145
_hwndNotifyHook
[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage);
1146
_hwndNotify[hwndDpiInfo].AddHook(
_hwndNotifyHook
[hwndDpiInfo]);
1159
_hwndNotifyHook
[hwndDpiInfo] = null;
1166
_hwndNotifyHook
?.Clear();