11 writes to Property
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
435
Property
= dp,
System\Windows\Style.cs (1)
454
Property
= dp,
System\Windows\TemplateContent.cs (8)
253
Property
= Panel.IsItemsHostProperty
1137
Property
= property,
1246
Property
= ContentPresenter.ContentProperty
1269
Property
= ContentPresenter.ContentTemplateProperty
1287
Property
= ContentPresenter.ContentTemplateSelectorProperty
1305
Property
= ContentPresenter.ContentStringFormatProperty
1347
Property
= GridViewRowPresenter.ContentProperty
1368
Property
= GridViewRowPresenter.ColumnsProperty
System\Windows\TriggerBase.cs (1)
214
Property
= dp,
20 references to Property
PresentationFramework (20)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
134
if (DependencyProperty.FromName(_propertyValue.
Property
.Name, _item.ObjectType) == _propertyValue.
Property
)
136
_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
162
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
170
get { return _propertyValue.
Property
.Name; }
175
get { return _propertyValue.
Property
.PropertyType; }
180
get { return _propertyValue.
Property
; }
System\Windows\Style.cs (2)
708
StyleHelper.AddContainerDependent(propertyValue.
Property
, false /*fromVisualTrigger*/, ref ContainerDependents);
754
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref this.ContainerDependents);
System\Windows\StyleHelper.cs (9)
509
int mapIndex = childRecord.ValueLookupListFromProperty.EnsureEntry(propertyValue.
Property
.GlobalIndex);
515
Property = propertyValue.
Property
,
557
AddPropertyDependent(childIndex, propertyValue.
Property
,
567
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
600
AddPropertyDependent(childIndex, propertyValue.
Property
,
607
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
622
DependencyProperty destinationProperty = propertyValue.
Property
; // Child
644
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
945
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref containerDependents);
System\Windows\TemplateContent.cs (1)
616
if (sharedValue.Value.
Property
.Name == "ContentSource")
System\Windows\TriggerBase.cs (1)
235
DependencyProperty dependent = propertyValue.
Property
;