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