7 references to WindowsEditBoxRange
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsEditBox.cs (4)
369
return new ITextRangeProvider[] { new
WindowsEditBoxRange
(this, start, end) };
377
return new ITextRangeProvider[] { new
WindowsEditBoxRange
(this, start, end) };
411
return new
WindowsEditBoxRange
(this, start, start);
422
return new
WindowsEditBoxRange
(this, 0, GetTextLength());
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (3)
70
return new
WindowsEditBoxRange
(_provider, Start, End);
204
return val.Equals(targetAttribute) ? new
WindowsEditBoxRange
(_provider, Start, End) : null;
239
return i >= 0 ? new
WindowsEditBoxRange
(_provider, Start + i, Start + i + text.Length) : null;