2 instantiations of PropertyDefinition
System.Xaml.Tests (2)
System\Windows\Markup\PropertyDefinitionTests.cs (2)
13var definition = new PropertyDefinition(); 23var definition = new PropertyDefinition();
10 references to PropertyDefinition
System.Xaml (3)
System\Xaml\XamlLanguage.cs (3)
80new Lazy<XamlType>(() => GetXamlType(typeof(PropertyDefinition))); 256if (type.Equals(typeof(PropertyDefinition))) 388return typeof(PropertyDefinition);
System.Xaml.Tests (7)
System\Windows\Markup\PropertyDefinitionTests.cs (2)
13var definition = new PropertyDefinition(); 23var definition = new PropertyDefinition();
System\Xaml\XamlLanguageTests.cs (1)
67Assert.Equal(typeof(PropertyDefinition), type.UnderlyingType);
System\Xaml\XamlSchemaContextTests.cs (4)
473new XamlType(typeof(PropertyDefinition), new XamlSchemaContext()) 734new XamlType(typeof(PropertyDefinition), new XamlSchemaContext()) 739new XamlType(typeof(PropertyDefinition), new XamlSchemaContext()) 993[InlineData(typeof(PropertyDefinition), "Property")]