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