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