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