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