1 implementation of GetEnclosingElement
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
413
HRESULT ITextRangeProvider.Interface.
GetEnclosingElement
(IRawElementProviderSimple** pRetVal)
3 references to GetEnclosingElement
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextRangeProvider.g.cs (1)
373
return __object.
GetEnclosingElement
(pRetVal);
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (2)
32
Assert.True(((ITextRangeProvider.Interface)textRange).
GetEnclosingElement
(elementProviderScope).Succeeded);
845
Assert.True(((ITextRangeProvider.Interface)textRange).
GetEnclosingElement
(actual).Succeeded);