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