15 references to IsEmpty
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (3)
1243if (!Misc.ProxyGetTitleBarInfo(hwnd, out ti) || ti.rcTitleBar.IsEmpty) 1257right = (!retValue || mbi.rcBar.IsEmpty) ? ti.rcTitleBar.right : mbi.rcBar.right; 1262left = (!retValue || mbi.rcBar.IsEmpty) ? ti.rcTitleBar.left : mbi.rcBar.left;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
262if (Misc.GetClientRectInScreenCoordinates(hwndParent, ref parentRect) && !parentRect.IsEmpty)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
661if (Misc.GetClientRect(_hwnd, ref rect) && !rect.IsEmpty) 784if (Misc.GetClientRect(_hwnd, ref rect) && !rect.IsEmpty)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
499if (rcGroup.IsEmpty)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
351if (!checkboxRectangle.IsEmpty && Misc.PtInRect(ref checkboxRectangle, x, y)) 877if (!listViewRect.IsEmpty
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
82if (itemRect.IsEmpty || parentRect.IsEmpty)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
439if (itemRect.IsEmpty) 449if (Misc.GetClientRectInScreenCoordinates(hwndParent, ref parentRect) && !parentRect.IsEmpty)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
665if (rectW32.IsEmpty)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1472if (rectItem.IsEmpty)
MS\Win32\NativeMethods.cs (1)
1234if (rc.IsEmpty)