25 references to DependencyProperty
PresentationFramework (25)
System\Windows\Markup\BamlCollectionHolder.cs (6)
127
else if (PropertyDefinition.
DependencyProperty
!= null)
134
_reader.SetDependencyValue(dpParent, PropertyDefinition.
DependencyProperty
, Collection);
167
else if (PropertyDefinition.
DependencyProperty
!= null)
169
_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.
DependencyProperty
);
206
(PropertyDefinition.
DependencyProperty
== null || PropertyDefinition.
DependencyProperty
.ReadOnly) &&
System\Windows\Markup\BamlRecordReader.cs (19)
1299
if (propertyDefinition.
DependencyProperty
!= null)
1305
contentProperty = ((DependencyObject)parent).GetValue(propertyDefinition.
DependencyProperty
) as IList;
1313
contentProperty = propertyDefinition.
DependencyProperty
;
2047
if (propertyDefinition.
DependencyProperty
!= null)
2228
if (propertyDefinition.
DependencyProperty
!= null)
2231
SetDependencyValue((DependencyObject)element, propertyDefinition.
DependencyProperty
, valueObject);
2515
if (propertyDefinition.
DependencyProperty
!= null)
2522
propertyDefinition.
DependencyProperty
.Name,
2527
SetDependencyValue((DependencyObject)o, propertyDefinition.
DependencyProperty
, value);
2534
propertyDefinition.
DependencyProperty
.Name,
2740
if (propertyDefinition.
DependencyProperty
!= null)
2748
propertyDefinition.
DependencyProperty
,
4868
holder.PropertyDefinition.
DependencyProperty
, ref isMarkupExtension);
5823
if (this.
DependencyProperty
!= null)
5825
return this.
DependencyProperty
.PropertyType;
5847
if (this.
DependencyProperty
!= null)
5849
return this.
DependencyProperty
.Name;
5886
this.
DependencyProperty
!= null ? (object)this.
DependencyProperty
: