7 references to WindowsEditBoxRange
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsEditBox.cs (4)
330
return new ITextRangeProvider[] { new
WindowsEditBoxRange
(this, start, end) };
338
return new ITextRangeProvider[] { new
WindowsEditBoxRange
(this, start, end) };
372
return new
WindowsEditBoxRange
(this, start, start);
383
return new
WindowsEditBoxRange
(this, 0, GetTextLength());
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (3)
60
return new
WindowsEditBoxRange
(_provider, Start, End);
194
return val.Equals(targetAttribute) ? new
WindowsEditBoxRange
(_provider, Start, End) : null;
217
return i >= 0 ? new
WindowsEditBoxRange
(_provider, Start + i, Start + i + text.Length) : null;