Base:
property
PropertyDescriptor
System.Windows.Forms.DataGridColumnStyle.PropertyDescriptor
4 references to PropertyDescriptor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (4)
180if (this.PropertyDescriptor != null) { 181if (this.PropertyDescriptor.PropertyType != typeof(object)) { 182this.typeConverter = TypeDescriptor.GetConverter(this.PropertyDescriptor.PropertyType); 183this.parseMethod = this.PropertyDescriptor.PropertyType.GetMethod("Parse", new Type[]{typeof(string), typeof(IFormatProvider)});