8 instantiations of WpfPropertyDefinition
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (1)
29
_propDef = new
WpfPropertyDefinition
(reader, attributeId, parent is DependencyObject);
System\Windows\Markup\BamlRecordReader.cs (7)
1311
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, parent is DependencyObject);
1960
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2056
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(
2212
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2452
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2656
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2730
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
11 references to WpfPropertyDefinition
PresentationFramework (11)
System\Windows\Markup\BamlCollectionHolder.cs (2)
72
internal
WpfPropertyDefinition
PropertyDefinition
226
private
WpfPropertyDefinition
_propDef;
System\Windows\Markup\BamlRecordReader.cs (9)
1311
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject);
1960
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2056
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(
2212
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2452
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2464
WpfPropertyDefinition
propertyDefinition,
2520
private bool SetPropertyValue( Object o,
WpfPropertyDefinition
propertyDefinition, object value )
2656
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2730
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);