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