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