1 write to s_DataRelationPropertyDescriptorType
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
80s_DataRelationPropertyDescriptorType = pdc["IDRelation"].GetType();
3 references to s_DataRelationPropertyDescriptorType
PresentationFramework-SystemData (3)
SystemDataExtension.cs (3)
85(pdType == s_DataRelationPropertyDescriptorType); 136else if (pd.GetType() == s_DataRelationPropertyDescriptorType) 152if (useFollowParent && pd.GetType() == s_DataRelationPropertyDescriptorType)