16 references to GetTextLength
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (9)
387
return new WindowsEditBoxRange(this, 0,
GetTextLength
());
584
return Misc.ProxyGetText(_hwnd,
GetTextLength
());
647
int limit =
GetTextLength
();
683
Debug.Assert(index <=
GetTextLength
(), "WindowsEditBox.LineFromChar index out of range.");
692
return index >=0 ? index :
GetTextLength
();
743
Debug.Assert(index <
GetTextLength
(), "WindowsEditBox.PosFromChar index out of range.");
773
bool useNext = index<
GetTextLength
()-1 && LineFromChar(index+1)==LineFromChar(index);
802
Debug.Assert(start <=
GetTextLength
(), "WindowsEditBox.SetSel start out of range.");
804
Debug.Assert(end <=
GetTextLength
(), "WindowsEditBox.SetSel end out of range.");
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (7)
151
MoveTo(0, _provider.
GetTextLength
());
176
MoveTo(0, _provider.
GetTextLength
());
827
int limit = _provider.
GetTextLength
() ;
885
index = _provider.
GetTextLength
();
912
int limit = _provider.
GetTextLength
();
938
int limit = _provider.
GetTextLength
();
1081
int limit = _provider.
GetTextLength
();