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