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