2 writes to _hwndNotifyHook
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
1076_hwndNotifyHook = new Dictionary<DpiUtil.HwndDpiInfo, HwndWrapperHook>(); 1225_hwndNotifyHook = null;
7 references to _hwndNotifyHook
PresentationFramework (7)
src\Framework\System\Windows\SystemResources.cs (7)
1071_hwndNotifyHook == null || 1152/// Assumes that <see cref="_hwndNotify"/> and <see cref="_hwndNotifyHook"/> have been initialized. This method 1164Debug.Assert(_hwndNotifyHook != null); 1198_hwndNotifyHook[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage); 1199_hwndNotify[hwndDpiInfo].Value.AddHook(_hwndNotifyHook[hwndDpiInfo]); 1217_hwndNotifyHook[hwndDpiInfo] = null; 1224_hwndNotifyHook?.Clear();