37 references to Interface
System.Windows.Forms.Primitives (37)
Windows.Win32.ITextDocument.g.cs (19)
119 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 156 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 202 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 240 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 284 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 319 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 364 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 398 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 435 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 474 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 533 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 588 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 631 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 668 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 702 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 742 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 791 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 832 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 877 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.UI_Controls_RichEdit_ITextDocument_Extensions.g.cs (18)
23 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.GetStoryCount(int*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetStoryCount(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, out int pCount) 33 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.GetSaved(int*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetSaved(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, out int pValue) 43 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.GetDefaultTabStop(float*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT GetDefaultTabStop(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, out float pValue) 53 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Open(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT Open(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 63 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Save(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT Save(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 73 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Freeze(int*)"/> 74 internal static unsafe winmdroot.Foundation.HRESULT Freeze(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, out int pCount) 83 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Unfreeze(int*)"/> 84 internal static unsafe winmdroot.Foundation.HRESULT Unfreeze(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, out int pCount) 93 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Undo(int, int*)"/> 94 internal static unsafe winmdroot.Foundation.HRESULT Undo(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, int Count, out int pCount) 103 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Redo(int, int*)"/> 104 internal static unsafe winmdroot.Foundation.HRESULT Redo(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, int Count, out int pCount)