5 references to ValidateDataType
PresentationFramework (5)
System\Windows\DataTemplate.cs (2)
44
Exception ex = TemplateKey.
ValidateDataType
(dataType, "dataType");
74
Exception ex = TemplateKey.
ValidateDataType
(value, "value");
System\Windows\Markup\XamlTemplateSerializer.cs (1)
130
Exception ex = TemplateKey.
ValidateDataType
(dataType, null);
System\Windows\TemplateKey.cs (2)
32
Exception ex =
ValidateDataType
(dataType, "dataType");
76
Exception ex =
ValidateDataType
(value, "value");