4 implementations of Compare
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
47
public bool
Compare
(ITextRangeProvider range)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1588
bool ITextRangeProvider.
Compare
(ITextRangeProvider range)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
60
bool ITextRangeProvider.
Compare
(ITextRangeProvider range)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
46
bool ITextRangeProvider.
Compare
(ITextRangeProvider range)
2 references to Compare
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
225
return _iface.
Compare
( TextRangeProviderWrapper.UnwrapArgument( range ) );
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
483
if (_lastSelection != null && !currentRange.
Compare
(_lastSelection))