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