11 writes to Property
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
436
Property
= dp,
System\Windows\Style.cs (1)
455
Property
= dp,
System\Windows\TemplateContent.cs (8)
254
Property
= Panel.IsItemsHostProperty
1140
Property
= property,
1249
Property
= ContentPresenter.ContentProperty
1272
Property
= ContentPresenter.ContentTemplateProperty
1290
Property
= ContentPresenter.ContentTemplateSelectorProperty
1308
Property
= ContentPresenter.ContentStringFormatProperty
1350
Property
= GridViewRowPresenter.ContentProperty
1371
Property
= GridViewRowPresenter.ColumnsProperty
System\Windows\TriggerBase.cs (1)
215
Property
= dp,
20 references to Property
PresentationFramework (20)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
135
if (DependencyProperty.FromName(_propertyValue.
Property
.Name, _item.ObjectType) == _propertyValue.
Property
)
137
_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
163
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
171
get { return _propertyValue.
Property
.Name; }
176
get { return _propertyValue.
Property
.PropertyType; }
181
get { return _propertyValue.
Property
; }
System\Windows\Style.cs (2)
709
StyleHelper.AddContainerDependent(propertyValue.
Property
, false /*fromVisualTrigger*/, ref ContainerDependents);
755
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref this.ContainerDependents);
System\Windows\StyleHelper.cs (9)
510
int mapIndex = childRecord.ValueLookupListFromProperty.EnsureEntry(propertyValue.
Property
.GlobalIndex);
516
Property = propertyValue.
Property
,
558
AddPropertyDependent(childIndex, propertyValue.
Property
,
568
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
601
AddPropertyDependent(childIndex, propertyValue.
Property
,
608
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
623
DependencyProperty destinationProperty = propertyValue.
Property
; // Child
645
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
946
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref containerDependents);
System\Windows\TemplateContent.cs (1)
619
if (sharedValue.Value.
Property
.Name == "ContentSource")
System\Windows\TriggerBase.cs (1)
236
DependencyProperty dependent = propertyValue.
Property
;