16 references to GetTextLength
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (9)
422
return new WindowsEditBoxRange(this, 0,
GetTextLength
());
645
return Misc.ProxyGetText(_hwnd,
GetTextLength
());
708
int limit =
GetTextLength
();
744
Debug.Assert(index <=
GetTextLength
(), "WindowsEditBox.LineFromChar index out of range.");
753
return index >=0 ? index :
GetTextLength
();
804
Debug.Assert(index <
GetTextLength
(), "WindowsEditBox.PosFromChar index out of range.");
834
bool useNext = index<
GetTextLength
()-1 && LineFromChar(index+1)==LineFromChar(index);
863
Debug.Assert(start <=
GetTextLength
(), "WindowsEditBox.SetSel start out of range.");
865
Debug.Assert(end <=
GetTextLength
(), "WindowsEditBox.SetSel end out of range.");
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (7)
158
MoveTo(0, _provider.
GetTextLength
());
183
MoveTo(0, _provider.
GetTextLength
());
846
int limit = _provider.
GetTextLength
() ;
904
index = _provider.
GetTextLength
();
931
int limit = _provider.
GetTextLength
();
957
int limit = _provider.
GetTextLength
();
1100
int limit = _provider.
GetTextLength
();