4 implementations of Clone
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
41public ITextRangeProvider Clone()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1576ITextRangeProvider ITextRangeProvider.Clone()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
54ITextRangeProvider ITextRangeProvider.Clone()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
38ITextRangeProvider ITextRangeProvider.Clone()
1 reference to Clone
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
218return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer );