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