8 references to rc
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (8)
365info.rc.left = (int)rc.Left; 366info.rc.top = (int)rc.Top; 367info.rc.right = (int)rc.Right; 368info.rc.bottom = (int)rc.Bottom; 385if (rc.left == info->rc.left && rc.top == info->rc.top && rc.right == info->rc.right && rc.bottom == info->rc.bottom)