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