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