1 write to s_DataTablePropertyDescriptorType
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
76
s_DataTablePropertyDescriptorType
= pdc["Table1"].GetType();
3 references to s_DataTablePropertyDescriptorType
PresentationFramework-SystemData (3)
SystemDataExtension.cs (3)
47
if (
s_DataTablePropertyDescriptorType
== null)
83
return (pdType ==
s_DataTablePropertyDescriptorType
) ||
126
if (pd.GetType() ==
s_DataTablePropertyDescriptorType
)