8 references to rc
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (8)
351
info.
rc
.left = (int)rc.Left;
352
info.
rc
.top = (int)rc.Top;
353
info.
rc
.right = (int)rc.Right;
354
info.
rc
.bottom = (int)rc.Bottom;
371
if (rc.left == info->
rc
.left && rc.top == info->
rc
.top && rc.right == info->
rc
.right && rc.bottom == info->
rc
.bottom)