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