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)
1293
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, parent is DependencyObject);
1942
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2038
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(
2194
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2436
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2640
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2714
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)
1293
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject);
1942
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2038
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(
2194
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2436
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2448
WpfPropertyDefinition
propertyDefinition,
2504
private bool SetPropertyValue( Object o,
WpfPropertyDefinition
propertyDefinition, object value )
2640
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
2714
WpfPropertyDefinition
propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);