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