1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.VBFormat.cs (1)
12
private unsafe class VBFormat : IVBFormat.
Interface
, IManagedWrapper<IVBFormat>
4 references to Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.VBFormat.cs (1)
14
HRESULT IVBFormat.
Interface
.Format(
System.Windows.Forms.Primitives (3)
Windows.Win32.IVBFormat.g.cs (1)
73
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Ole_IVBFormat_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IVBFormat.
Interface
.Format(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.BSTR, void*, ushort, int, short, ushort, ushort*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Format(this winmdroot.System.Ole.IVBFormat.
Interface
@this, ref winmdroot.System.Variant.VARIANT vData, winmdroot.Foundation.BSTR bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ref ushort rcb)