3 references to PropertyType
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridAutoGeneratingColumnEventArgs.cs (1)
35this(column, itemPropertyInfo.Name, itemPropertyInfo.PropertyType, itemPropertyInfo.Descriptor)
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
1164Debug.Assert(itemProperty != null && itemProperty.PropertyType != null, "itemProperty and/or its PropertyType member cannot be null"); 1168Type propertyType = itemProperty.PropertyType;