1 write to GetEffectiveClientAreaMI
PresentationCore (1)
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
1108GetEffectiveClientAreaMI = windowChromeWorker?.GetMethod("GetEffectiveClientArea", BindingFlags.Instance | BindingFlags.NonPublic);
2 references to GetEffectiveClientAreaMI
PresentationCore (2)
System\Windows\InterOp\HwndMouseInputProvider.cs (2)
1071if ((bool)GetEffectiveClientAreaMI.Invoke(windowChromeWorker, args)) 1114if (windowChromeWorkerProperty != null && GetEffectiveClientAreaMI != null)