1 implementation of GetText
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
424HRESULT ITextRangeProvider.Interface.GetText(int maxLength, BSTR* pRetVal)
3 references to GetText
System.Windows.Forms.Primitives (3)
Generated\361d1da7f942c932\Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
63 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.GetText(int, winmdroot.Foundation.BSTR*)"/> 68 winmdroot.Foundation.HRESULT __result = @this.GetText(maxLength, pRetValLocal);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Windows.Win32.ITextRangeProvider.g.cs (1)
407 return __object.GetText(maxLength, pRetVal);