4 implementations of Clone
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
42public ITextRangeProvider Clone()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1577ITextRangeProvider ITextRangeProvider.Clone()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
55ITextRangeProvider ITextRangeProvider.Clone()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
39ITextRangeProvider ITextRangeProvider.Clone()
1 reference to Clone
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
219return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer );