25 references to DependencyProperty
PresentationFramework (25)
System\Windows\Markup\BamlCollectionHolder.cs (6)
127else if (PropertyDefinition.DependencyProperty != null) 134_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty, Collection); 167else if (PropertyDefinition.DependencyProperty != null) 169_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty); 206(PropertyDefinition.DependencyProperty == null || PropertyDefinition.DependencyProperty.ReadOnly) &&
System\Windows\Markup\BamlRecordReader.cs (19)
1296if (propertyDefinition.DependencyProperty != null) 1302contentProperty = ((DependencyObject)parent).GetValue(propertyDefinition.DependencyProperty) as IList; 1310contentProperty = propertyDefinition.DependencyProperty; 2044if (propertyDefinition.DependencyProperty != null) 2225if (propertyDefinition.DependencyProperty != null) 2228SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2512if (propertyDefinition.DependencyProperty != null) 2519propertyDefinition.DependencyProperty.Name, 2524SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 2531propertyDefinition.DependencyProperty.Name, 2737if (propertyDefinition.DependencyProperty != null) 2745propertyDefinition.DependencyProperty, 4859holder.PropertyDefinition.DependencyProperty, ref isMarkupExtension); 5811if (this.DependencyProperty != null) 5813return this.DependencyProperty.PropertyType; 5835if (this.DependencyProperty != null) 5837return this.DependencyProperty.Name; 5874this.DependencyProperty != null ? (object)this.DependencyProperty :