1 implementation of Clone
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
112HRESULT 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)
230Assert.True(((ITextRangeProvider.Interface)textRange).Clone(rangeScope).Succeeded);