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