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