15 references to IsEmpty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (3)
1223if (!Misc.ProxyGetTitleBarInfo(hwnd, out ti) || ti.rcTitleBar.IsEmpty) 1237right = (!retValue || mbi.rcBar.IsEmpty) ? ti.rcTitleBar.right : mbi.rcBar.right; 1242left = (!retValue || mbi.rcBar.IsEmpty) ? ti.rcTitleBar.left : mbi.rcBar.left;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
241if (Misc.GetClientRectInScreenCoordinates(hwndParent, ref parentRect) && !parentRect.IsEmpty)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
596if (Misc.GetClientRect(_hwnd, ref rect) && !rect.IsEmpty) 721if (Misc.GetClientRect(_hwnd, ref rect) && !rect.IsEmpty)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
488if (rcGroup.IsEmpty)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
341if (!checkboxRectangle.IsEmpty && Misc.PtInRect(ref checkboxRectangle, x, y)) 863if (!listViewRect.IsEmpty
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
75if (itemRect.IsEmpty || parentRect.IsEmpty)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
427if (itemRect.IsEmpty) 437if (Misc.GetClientRectInScreenCoordinates(hwndParent, ref parentRect) && !parentRect.IsEmpty)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
667if (rectW32.IsEmpty)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1461if (rectItem.IsEmpty)
MS\Win32\NativeMethods.cs (1)
1216if (rc.IsEmpty)