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