5 references to tomStart
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (3)
362
bool gotPoint = WindowsRichEditRange.RangeGetPoint(range, TomGetPoint.
tomStart
, out x, out y);
366
gotPoint = WindowsRichEditRange.RangeGetPoint(range, TomGetPoint.
tomStart
, out x, out y);
410
gotPoint = WindowsRichEditRange.RangeGetPoint(rangeAdjust, TomGetPoint.
tomStart
, out x, out y);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
1443
if (GotTopLeft = RangeGetPoint(range, TomGetPoint.
tomStart
/*|TOP|LEFT*/, out x, out y))
1473
if (GotBottomLeft = RangeGetPoint(range, TomGetPoint.
tomStart
| TomGetPoint.TA_BOTTOM /*|LEFT*/, out x, out y))