16 references to GetTextLength
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (9)
382
return new WindowsEditBoxRange(this, 0,
GetTextLength
());
579
return Misc.ProxyGetText(_hwnd,
GetTextLength
());
642
int limit =
GetTextLength
();
678
Debug.Assert(index <=
GetTextLength
(), "WindowsEditBox.LineFromChar index out of range.");
687
return index >=0 ? index :
GetTextLength
();
740
Debug.Assert(index <
GetTextLength
(), "WindowsEditBox.PosFromChar index out of range.");
770
bool useNext = index<
GetTextLength
()-1 && LineFromChar(index+1)==LineFromChar(index);
799
Debug.Assert(start <=
GetTextLength
(), "WindowsEditBox.SetSel start out of range.");
801
Debug.Assert(end <=
GetTextLength
(), "WindowsEditBox.SetSel end out of range.");
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (7)
144
MoveTo(0, _provider.
GetTextLength
());
169
MoveTo(0, _provider.
GetTextLength
());
820
int limit = _provider.
GetTextLength
() ;
878
index = _provider.
GetTextLength
();
905
int limit = _provider.
GetTextLength
();
931
int limit = _provider.
GetTextLength
();
1074
int limit = _provider.
GetTextLength
();