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