8 instantiations of WpfPropertyDefinition
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (1)
28
_propDef = new
WpfPropertyDefinition
(reader, attributeId, parent is DependencyObject);
System\Windows\Markup\BamlRecordReader.cs (7)
1302
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, parent is DependencyObject);
1951
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2047
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(
2203
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2443
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2647
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2721
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
11 references to WpfPropertyDefinition
PresentationFramework (11)
System\Windows\Markup\BamlCollectionHolder.cs (2)
71
internal
WpfPropertyDefinition
PropertyDefinition
225
private
WpfPropertyDefinition
_propDef;
System\Windows\Markup\BamlRecordReader.cs (9)
1302
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject);
1951
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2047
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(
2203
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2443
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2455
WpfPropertyDefinition
propertyDefinition,
2511
private bool SetPropertyValue( Object o,
WpfPropertyDefinition
propertyDefinition, object value )
2647
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2721
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);