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 1111Debug.Assert(_hwndNotifyHook != null); 1145_hwndNotifyHook[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage); 1146_hwndNotify[hwndDpiInfo].AddHook(_hwndNotifyHook[hwndDpiInfo]); 1159_hwndNotifyHook[hwndDpiInfo] = null; 1166_hwndNotifyHook?.Clear();