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 1093Debug.Assert(_hwndNotifyHook != null); 1127_hwndNotifyHook[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage); 1128_hwndNotify[hwndDpiInfo].AddHook(_hwndNotifyHook[hwndDpiInfo]); 1141_hwndNotifyHook[hwndDpiInfo] = null; 1148_hwndNotifyHook?.Clear();