2 instantiations of PropertyDefinition
System.Xaml.Tests (2)
System\Windows\Markup\PropertyDefinitionTests.cs (2)
14var definition = new PropertyDefinition(); 24var definition = new PropertyDefinition();
5 references to PropertyDefinition
System.Xaml (3)
System\Xaml\XamlLanguage.cs (3)
81new Lazy<XamlType>(() => GetXamlType(typeof(PropertyDefinition))); 256if (type.Equals(typeof(PropertyDefinition))) 386return typeof(PropertyDefinition);
System.Xaml.Tests (2)
System\Windows\Markup\PropertyDefinitionTests.cs (2)
14var definition = new PropertyDefinition(); 24var definition = new PropertyDefinition();