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