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