2 implementations of Read
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (1)
64HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
49HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog)
5 references to Read
System.Windows.Forms.Primitives (5)
Windows.Win32.IPropertyBag.g.cs (1)
79 return __object.Read(pszPropName, pVar, pErrorLog);
Windows.Win32.System_Com_StructuredStorage_IPropertyBag_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IPropertyBag.Interface.Read(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.IErrorLog*)"/> 30 winmdroot.Foundation.HRESULT __result = @this.Read(pszPropNameLocal, pVarLocal, pErrorLog);
Windows\Win32\System\Com\StructuredStorage\PropertyBagExtensions.cs (2)
10/// <inheritdoc cref="IPropertyBag.Interface.Read(PCWSTR, VARIANT*, IErrorLog*)"/> 15return @this.Read(c, pVar, pErrorLog);