2 implementations of Read
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
6882int UnsafeNativeMethods.IPropertyBag.Read(string pszPropName, ref object pVar, UnsafeNativeMethods.IErrorLog pErrorLog) {
winforms\Managed\System\WinForms\Control.cs (1)
18805int UnsafeNativeMethods.IPropertyBag.Read(string pszPropName, ref object pVar, UnsafeNativeMethods.IErrorLog pErrorLog)
1 reference to Read
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17320hr = pPropBag.Read(props[i].Name, ref obj, pErrorLog);