1 implementation of Compare
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
128HRESULT ITextRangeProvider.Interface.Compare(ITextRangeProvider* range, BOOL* pRetVal)
4 references to Compare
System.Windows.Forms.Primitives (3)
Windows.Win32.ITextRangeProvider.g.cs (1)
99 return __object.Compare(range, pRetVal);
Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.Compare(winmdroot.UI.Accessibility.ITextRangeProvider*, winmdroot.Foundation.BOOL*)"/> 28 winmdroot.Foundation.HRESULT __result = @this.Compare(range, pRetValLocal);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
247Assert.True(((ITextRangeProvider.Interface)textRange1).Compare(textRange2Scope, &actual).Succeeded);