3 references to Length
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (3)
201
rangeText = rangeText.Substring(Start,
Length
);
296
return text.Substring(Start, maxLength >= 0 ? Math.Min(
Length
, maxLength) :
Length
);