4 references to StoreOperationInstallDeployment
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (4)
1449Size = (UInt32)Marshal.SizeOf(typeof(StoreOperationInstallDeployment)); 2419public void Add(StoreOperationInstallDeployment o) { _list.Add(o); } 2482Marshal.DestroyStructure(op.Data.DataPtr, typeof(StoreOperationInstallDeployment)); 2553else if (t == typeof(StoreOperationInstallDeployment))