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