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)
1299if (propertyDefinition.DependencyProperty != null) 1305contentProperty = ((DependencyObject)parent).GetValue(propertyDefinition.DependencyProperty) as IList; 1313contentProperty = propertyDefinition.DependencyProperty; 2047if (propertyDefinition.DependencyProperty != null) 2228if (propertyDefinition.DependencyProperty != null) 2231SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2515if (propertyDefinition.DependencyProperty != null) 2522propertyDefinition.DependencyProperty.Name, 2527SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 2534propertyDefinition.DependencyProperty.Name, 2740if (propertyDefinition.DependencyProperty != null) 2748propertyDefinition.DependencyProperty, 4868holder.PropertyDefinition.DependencyProperty, ref isMarkupExtension); 5823if (this.DependencyProperty != null) 5825return this.DependencyProperty.PropertyType; 5847if (this.DependencyProperty != null) 5849return this.DependencyProperty.Name; 5886this.DependencyProperty != null ? (object)this.DependencyProperty :