1 write to s_DataTablePropertyDescriptorType
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
71
s_DataTablePropertyDescriptorType
= pdc["Table1"].GetType();
3 references to s_DataTablePropertyDescriptorType
PresentationFramework-SystemData (3)
SystemDataExtension.cs (3)
48
if (
s_DataTablePropertyDescriptorType
== null)
78
return (pdType ==
s_DataTablePropertyDescriptorType
) ||
121
if (pd.GetType() ==
s_DataTablePropertyDescriptorType
)