57 references to Interface
System.Windows.Forms.Primitives (57)
Windows.Win32.IFileDialogCustomize.g.cs (27)
62 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 108 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 158 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 196 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 230 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 273 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 324 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 365 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 408 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 455 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 502 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 542 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 589 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 636 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 685 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 725 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 774 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 819 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 857 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 902 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 947 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 1001 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 1042 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 1091 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 1133 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 1165 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 1211 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.UI_Shell_IFileDialogCustomize_Extensions.g.cs (30)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddMenu(uint, winmdroot.Foundation.PCWSTR)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT AddMenu(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszLabel) 33 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddPushButton(uint, winmdroot.Foundation.PCWSTR)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT AddPushButton(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszLabel) 43 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddCheckButton(uint, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.BOOL)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT AddCheckButton(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszLabel, winmdroot.Foundation.BOOL bChecked) 53 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddEditBox(uint, winmdroot.Foundation.PCWSTR)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT AddEditBox(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszText) 63 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddText(uint, winmdroot.Foundation.PCWSTR)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT AddText(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszText) 73 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.SetControlLabel(uint, winmdroot.Foundation.PCWSTR)"/> 74 internal static unsafe winmdroot.Foundation.HRESULT SetControlLabel(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszLabel) 83 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.GetControlState(uint, winmdroot.UI.Shell.CDCONTROLSTATEF*)"/> 84 internal static unsafe winmdroot.Foundation.HRESULT GetControlState(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, out winmdroot.UI.Shell.CDCONTROLSTATEF pdwState) 93 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.GetEditBoxText(uint, ushort**)"/> 94 internal static unsafe winmdroot.Foundation.HRESULT GetEditBoxText(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, out ushort* ppszText) 103 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.SetEditBoxText(uint, winmdroot.Foundation.PCWSTR)"/> 104 internal static unsafe winmdroot.Foundation.HRESULT SetEditBoxText(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszText) 113 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.GetCheckButtonState(uint, winmdroot.Foundation.BOOL*)"/> 114 internal static unsafe winmdroot.Foundation.HRESULT GetCheckButtonState(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, out winmdroot.Foundation.BOOL pbChecked) 123 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddControlItem(uint, uint, winmdroot.Foundation.PCWSTR)"/> 124 internal static unsafe winmdroot.Foundation.HRESULT AddControlItem(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, uint dwIDItem, string pszLabel) 133 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.GetControlItemState(uint, uint, winmdroot.UI.Shell.CDCONTROLSTATEF*)"/> 134 internal static unsafe winmdroot.Foundation.HRESULT GetControlItemState(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, uint dwIDItem, out winmdroot.UI.Shell.CDCONTROLSTATEF pdwState) 143 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.GetSelectedControlItem(uint, uint*)"/> 144 internal static unsafe winmdroot.Foundation.HRESULT GetSelectedControlItem(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, out uint pdwIDItem) 153 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.StartVisualGroup(uint, winmdroot.Foundation.PCWSTR)"/> 154 internal static unsafe winmdroot.Foundation.HRESULT StartVisualGroup(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszLabel) 163 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.SetControlItemText(uint, uint, winmdroot.Foundation.PCWSTR)"/> 164 internal static unsafe winmdroot.Foundation.HRESULT SetControlItemText(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, uint dwIDItem, string pszLabel)