1 implementation of Clone
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
112
HRESULT ITextRangeProvider.Interface.
Clone
(ITextRangeProvider** pRetVal)
2 references to Clone
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextRangeProvider.g.cs (1)
67
return __object.
Clone
(pRetVal);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
230
Assert.True(((ITextRangeProvider.Interface)textRange).
Clone
(rangeScope).Succeeded);