1 instantiation of PropInfo
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
549pi = new PropInfo();
11 references to PropInfo
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (11)
487foreach (PropInfo pi in propInfos.Values){ 512props[pi.Index] = new Com2PropertyDescriptor(pi.DispId, pi.Name, temp, pi.ReadOnly != PropInfo.ReadOnlyFalse, pi.ValueType, pi.TypeData, !NativeMethods.Succeeded(hr)); 525private static PropInfo ProcessDataCore(UnsafeNativeMethods.ITypeInfo typeInfo, IDictionary propInfoList, int dispid, int nameDispID, NativeMethods.tagTYPEDESC typeDesc, int flags, StructCache structCache) { 546PropInfo pi = (PropInfo)propInfoList[pPropName]; 589pi.ReadOnly = PropInfo.ReadOnlyTrue; 641PropInfo pi; 691pi.ReadOnly = PropInfo.ReadOnlyFalse; 920PropInfo pi = ProcessDataCore(typeInfo, propInfoList, varDesc.memid, nameDispID, varDesc.elemdescVar.tdesc, varDesc.wVarFlags, structCache); 921if (pi.ReadOnly != PropInfo.ReadOnlyTrue) { 922pi.ReadOnly = PropInfo.ReadOnlyFalse;