6 references to TA_RIGHT
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
375
gotPoint = WindowsRichEditRange.RangeGetPoint(rangeAdjust, TomGetPoint.TA_BOTTOM | TomGetPoint.
TA_RIGHT
, out x, out y);
381
gotPoint = WindowsRichEditRange.RangeGetPoint(rangeAdjust, TomGetPoint.TA_BOTTOM | TomGetPoint.
TA_RIGHT
, out x, out y);
390
gotPoint = WindowsRichEditRange.RangeGetPoint(range, TomGetPoint.
TA_RIGHT
, out x, out y);
394
gotPoint = WindowsRichEditRange.RangeGetPoint(range, TomGetPoint.
TA_RIGHT
, out x, out y);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
1451
if (GotBottomRight = RangeGetPoint(range, /*tomEnd|*/TomGetPoint.TA_BOTTOM | TomGetPoint.
TA_RIGHT
, out x, out y))
1464
if (GotTopRight = RangeGetPoint(range, /*tomEnd|TOP|*/TomGetPoint.
TA_RIGHT
, out x, out y))