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