15 references to SupportedTextSelection
PresentationCore (2)
MS\Internal\Automation\TextProviderWrapper.cs (2)
76public SupportedTextSelection SupportedTextSelection 80return (SupportedTextSelection)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSupportedTextSelection), null);
PresentationFramework (4)
System\Windows\Controls\TextAdaptor.cs (3)
690SupportedTextSelection ITextProvider.SupportedTextSelection 694return (_textContainer.TextSelection == null) ? SupportedTextSelection.None : SupportedTextSelection.Single;
System\Windows\Controls\TextRangeAdaptor.cs (1)
2035if (((ITextProvider)_textAdaptor).SupportedTextSelection == SupportedTextSelection.None)
UIAutomationClient (4)
MS\Internal\Automation\UiaCoreApi.cs (3)
937internal static SupportedTextSelection TextPattern_get_SupportedTextSelection(SafePatternHandle hobj) 939SupportedTextSelection result; 1385private static extern int RawTextPattern_get_SupportedTextSelection(SafePatternHandle hobj, out SupportedTextSelection result);
System\Windows\Automation\TextPattern.cs (1)
255public SupportedTextSelection SupportedTextSelection
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
387SupportedTextSelection ITextProvider.SupportedTextSelection 391return SupportedTextSelection.Single;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
320SupportedTextSelection ITextProvider.SupportedTextSelection 324return SupportedTextSelection.Single;
UIAutomationProvider (1)
System\Windows\Automation\Provider\ITextProvider.cs (1)
100SupportedTextSelection SupportedTextSelection { get; }