5 references to ValidateDataType
PresentationFramework (5)
System\Windows\DataTemplate.cs (2)
43
Exception ex = TemplateKey.
ValidateDataType
(dataType, "dataType");
73
Exception ex = TemplateKey.
ValidateDataType
(value, "value");
System\Windows\Markup\XamlTemplateSerializer.cs (1)
120
Exception ex = TemplateKey.
ValidateDataType
(dataType, null);
System\Windows\TemplateKey.cs (2)
29
Exception ex =
ValidateDataType
(dataType, "dataType");
73
Exception ex =
ValidateDataType
(value, "value");