3 references to PropertyDefinition
System.Xaml (3)
System\Xaml\XamlLanguage.cs (3)
79
new Lazy<XamlType>(() => GetXamlType(typeof(
PropertyDefinition
)));
255
if (type.Equals(typeof(
PropertyDefinition
)))
387
return typeof(
PropertyDefinition
);