16 references to GetTextLength
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (9)
383
return new WindowsEditBoxRange(this, 0,
GetTextLength
());
580
return Misc.ProxyGetText(_hwnd,
GetTextLength
());
643
int limit =
GetTextLength
();
679
Debug.Assert(index <=
GetTextLength
(), "WindowsEditBox.LineFromChar index out of range.");
688
return index >=0 ? index :
GetTextLength
();
741
Debug.Assert(index <
GetTextLength
(), "WindowsEditBox.PosFromChar index out of range.");
771
bool useNext = index<
GetTextLength
()-1 && LineFromChar(index+1)==LineFromChar(index);
800
Debug.Assert(start <=
GetTextLength
(), "WindowsEditBox.SetSel start out of range.");
802
Debug.Assert(end <=
GetTextLength
(), "WindowsEditBox.SetSel end out of range.");
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (7)
145
MoveTo(0, _provider.
GetTextLength
());
170
MoveTo(0, _provider.
GetTextLength
());
821
int limit = _provider.
GetTextLength
() ;
879
index = _provider.
GetTextLength
();
906
int limit = _provider.
GetTextLength
();
932
int limit = _provider.
GetTextLength
();
1075
int limit = _provider.
GetTextLength
();