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