2 implementations of Write
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (1)
90HRESULT IPropertyBag.Interface.Write(PCWSTR pszPropName, VARIANT* pVar)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
68HRESULT IPropertyBag.Interface.Write(PCWSTR pszPropName, VARIANT* pVar)
5 references to Write
System.Windows.Forms.Primitives (5)
Windows.Win32.IPropertyBag.g.cs (1)
125 return __object.Write(pszPropName, pVar);
Windows.Win32.System_Com_StructuredStorage_IPropertyBag_Extensions.g.cs (2)
36 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IPropertyBag.Interface.Write(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 43 winmdroot.Foundation.HRESULT __result = @this.Write(pszPropNameLocal, pVarLocal);
Windows\Win32\System\Com\StructuredStorage\PropertyBagExtensions.cs (2)
19/// <inheritdoc cref="IPropertyBag.Interface.Write(PCWSTR, VARIANT*)"/> 24return @this.Write(c, pVar);