25 references to DependencyProperty
PresentationFramework (25)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (6)
132
else if (PropertyDefinition.
DependencyProperty
!= null)
139
_reader.SetDependencyValue(dpParent, PropertyDefinition.
DependencyProperty
, Collection);
172
else if (PropertyDefinition.
DependencyProperty
!= null)
174
_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.
DependencyProperty
);
211
(PropertyDefinition.
DependencyProperty
== null || PropertyDefinition.
DependencyProperty
.ReadOnly) &&
src\Framework\System\Windows\Markup\BamlRecordReader.cs (19)
1338
if (propertyDefinition.
DependencyProperty
!= null)
1344
contentProperty = ((DependencyObject)parent).GetValue(propertyDefinition.
DependencyProperty
) as IList;
1352
contentProperty = propertyDefinition.
DependencyProperty
;
2093
if (propertyDefinition.
DependencyProperty
!= null)
2274
if (propertyDefinition.
DependencyProperty
!= null)
2277
SetDependencyValue((DependencyObject)element, propertyDefinition.
DependencyProperty
, valueObject);
2560
if (propertyDefinition.
DependencyProperty
!= null)
2567
propertyDefinition.
DependencyProperty
.Name,
2572
SetDependencyValue((DependencyObject)o, propertyDefinition.
DependencyProperty
, value);
2579
propertyDefinition.
DependencyProperty
.Name,
2786
if (propertyDefinition.
DependencyProperty
!= null)
2794
propertyDefinition.
DependencyProperty
,
4929
holder.PropertyDefinition.
DependencyProperty
, ref isMarkupExtension);
5904
if (this.
DependencyProperty
!= null)
5906
return this.
DependencyProperty
.PropertyType;
5928
if (this.
DependencyProperty
!= null)
5930
return this.
DependencyProperty
.Name;
5967
this.
DependencyProperty
!= null ? (object)this.
DependencyProperty
: