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