15 references to SupportedTextSelection
PresentationCore (2)
MS\Internal\Automation\TextProviderWrapper.cs (2)
75public SupportedTextSelection SupportedTextSelection 79return (SupportedTextSelection)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSupportedTextSelection), null);
PresentationFramework (4)
System\Windows\Controls\TextAdaptor.cs (3)
692SupportedTextSelection ITextProvider.SupportedTextSelection 696return (_textContainer.TextSelection == null) ? SupportedTextSelection.None : SupportedTextSelection.Single;
System\Windows\Controls\TextRangeAdaptor.cs (1)
2034if (((ITextProvider)_textAdaptor).SupportedTextSelection == SupportedTextSelection.None)
UIAutomationClient (4)
MS\Internal\Automation\UiaCoreApi.cs (3)
936internal static SupportedTextSelection TextPattern_get_SupportedTextSelection(SafePatternHandle hobj) 938SupportedTextSelection result; 1384private static extern int RawTextPattern_get_SupportedTextSelection(SafePatternHandle hobj, out SupportedTextSelection result);
System\Windows\Automation\TextPattern.cs (1)
254public SupportedTextSelection SupportedTextSelection
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
386SupportedTextSelection ITextProvider.SupportedTextSelection 390return SupportedTextSelection.Single;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
319SupportedTextSelection ITextProvider.SupportedTextSelection 323return SupportedTextSelection.Single;
UIAutomationProvider (1)
System\Windows\Automation\Provider\ITextProvider.cs (1)
99SupportedTextSelection SupportedTextSelection { get; }