3 references to StoryLength
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
314range.SetRange(0, range.StoryLength); 513int end = range.StoryLength;
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
318int storyLength = _range.StoryLength;