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