1 instantiation of Com2Properties
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
279return new Com2Properties(obj, temp2, defaultProp);
13 references to Com2Properties
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
88private Com2Properties com2props; 494internal Com2Properties PropertyManager{
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
201public static Com2Properties GetProperties(Object obj) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (10)
259Com2Properties entry; 266entry = de.Value as Com2Properties; 283entry = nativeProps[oldKey] as Com2Properties; 300private Com2Properties GetPropsInfo(Object component) { 307Com2Properties propsInfo = (Com2Properties)nativeProps[component]; 359Com2Properties propsInfo = GetPropsInfo(component); 384Com2Properties propsInfo = GetPropsInfo(component); 407Com2Properties propsInfo = sender as Com2Properties;