4 references to TA_BOTTOM
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
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);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
1471
if (GotBottomRight = RangeGetPoint(range, /*tomEnd|*/TomGetPoint.
TA_BOTTOM
| TomGetPoint.TA_RIGHT, out x, out y))
1493
if (GotBottomLeft = RangeGetPoint(range, TomGetPoint.tomStart | TomGetPoint.
TA_BOTTOM
/*|LEFT*/, out x, out y))