2 instantiations of PropertyDefinition
System.Xaml.Tests (2)
System\Windows\Markup\PropertyDefinitionTests.cs (2)
13var definition = new PropertyDefinition(); 23var definition = new PropertyDefinition();
5 references to PropertyDefinition
System.Xaml (3)
System\Xaml\XamlLanguage.cs (3)
80new Lazy<XamlType>(() => GetXamlType(typeof(PropertyDefinition))); 255if (type.Equals(typeof(PropertyDefinition))) 385return typeof(PropertyDefinition);
System.Xaml.Tests (2)
System\Windows\Markup\PropertyDefinitionTests.cs (2)
13var definition = new PropertyDefinition(); 23var definition = new PropertyDefinition();