1 write to s_DataRelationPropertyDescriptorType
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
79s_DataRelationPropertyDescriptorType = pdc["IDRelation"].GetType();
3 references to s_DataRelationPropertyDescriptorType
PresentationFramework-SystemData (3)
SystemDataExtension.cs (3)
84(pdType == s_DataRelationPropertyDescriptorType); 135else if (pd.GetType() == s_DataRelationPropertyDescriptorType) 151if (useFollowParent && pd.GetType() == s_DataRelationPropertyDescriptorType)