6 references to TA_RIGHT
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
415
gotPoint = WindowsRichEditRange.RangeGetPoint(rangeAdjust, TomGetPoint.TA_BOTTOM | TomGetPoint.
TA_RIGHT
, out x, out y);
421
gotPoint = WindowsRichEditRange.RangeGetPoint(rangeAdjust, TomGetPoint.TA_BOTTOM | TomGetPoint.
TA_RIGHT
, out x, out y);
430
gotPoint = WindowsRichEditRange.RangeGetPoint(range, TomGetPoint.
TA_RIGHT
, out x, out y);
434
gotPoint = WindowsRichEditRange.RangeGetPoint(range, TomGetPoint.
TA_RIGHT
, out x, out y);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
1471
if (GotBottomRight = RangeGetPoint(range, /*tomEnd|*/TomGetPoint.TA_BOTTOM | TomGetPoint.
TA_RIGHT
, out x, out y))
1484
if (GotTopRight = RangeGetPoint(range, /*tomEnd|TOP|*/TomGetPoint.
TA_RIGHT
, out x, out y))