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