2 implementations of Write
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
6899
int UnsafeNativeMethods.IPropertyBag.
Write
(string pszPropName, ref object pVar) {
winforms\Managed\System\WinForms\Control.cs (1)
18815
int UnsafeNativeMethods.IPropertyBag.
Write
(string pszPropName, ref object pVar)
3 references to Write
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
18047
pPropBag.
Write
(props[i].Name, ref propValue);
18058
pPropBag.
Write
(props[i].Name, ref propValue);
18063
pPropBag.
Write
(props[i].Name, ref propValue);