3 references to DataType
PresentationFramework (3)
System\Windows\TemplateKey.cs (3)
120
Type type =
DataType
as Type;
121
return (
DataType
!= null)
122
? string.Create(TypeConverterHelper.InvariantEnglishUS, $"{this.GetType().Name}({
DataType
})")