11 writes to Property
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
447
propertyValue.
Property
= dp;
System\Windows\Style.cs (1)
473
propertyValue.
Property
= dp;
System\Windows\TemplateContent.cs (8)
256
pv.
Property
= Panel.IsItemsHostProperty;
1146
propertyValue.
Property
= property;
1253
pv.
Property
= ContentPresenter.ContentProperty;
1274
pv.
Property
= ContentPresenter.ContentTemplateProperty;
1290
pv.
Property
= ContentPresenter.ContentTemplateSelectorProperty;
1306
pv.
Property
= ContentPresenter.ContentStringFormatProperty;
1346
propertyValue.
Property
= GridViewRowPresenter.ContentProperty;
1365
propertyValue.
Property
= GridViewRowPresenter.ColumnsProperty;
System\Windows\TriggerBase.cs (1)
219
propertyValue.
Property
= dp;
20 references to Property
PresentationFramework (20)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
141
if (DependencyProperty.FromName(_propertyValue.
Property
.Name, _item.ObjectType) == _propertyValue.
Property
)
143
_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
169
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
177
get { return _propertyValue.
Property
.Name; }
182
get { return _propertyValue.
Property
.PropertyType; }
187
get { return _propertyValue.
Property
; }
System\Windows\Style.cs (2)
735
StyleHelper.AddContainerDependent(propertyValue.
Property
, false /*fromVisualTrigger*/, ref ContainerDependents);
781
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref this.ContainerDependents);
System\Windows\StyleHelper.cs (9)
528
int mapIndex = childRecord.ValueLookupListFromProperty.EnsureEntry(propertyValue.
Property
.GlobalIndex);
533
valueLookup.Property = propertyValue.
Property
;
574
AddPropertyDependent(childIndex, propertyValue.
Property
,
584
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
617
AddPropertyDependent(childIndex, propertyValue.
Property
,
624
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
639
DependencyProperty destinationProperty = propertyValue.
Property
; // Child
661
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
954
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref containerDependents);
System\Windows\TemplateContent.cs (1)
623
if (sharedValue.Value.
Property
.Name == "ContentSource")
System\Windows\TriggerBase.cs (1)
239
DependencyProperty dependent = propertyValue.
Property
;