11 writes to Property
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
435
Property
= dp,
System\Windows\Style.cs (1)
451
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,
28 references to Property
PresentationFramework (28)
System\Windows\FrameworkElementFactory.cs (6)
409
if( PropertyValues[i].
Property
== dp )
515
propertyValue.
Property
== dp)
828
serviceProvider.SetData( treeNodeVisual3D, propertyValue.
Property
);
833
treeNodeVisual3D.SetValue(propertyValue.
Property
, o);
839
throw new NotSupportedException(SR.Format(SR.Template3DValueOnly, propertyValue.
Property
) );
1242
if (propertyValue.
Property
== dp &&
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (8)
73
if (propertyValues[i].
Property
!= XmlAttributeProperties.XmlnsDictionaryProperty)
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 (3)
428
if( PropertyValues[i].
Property
== dp )
702
StyleHelper.AddContainerDependent(propertyValue.
Property
, false /*fromVisualTrigger*/, ref ContainerDependents);
748
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref this.ContainerDependents);
System\Windows\StyleHelper.cs (9)
506
int mapIndex = childRecord.ValueLookupListFromProperty.EnsureEntry(propertyValue.
Property
.GlobalIndex);
512
Property = propertyValue.
Property
,
554
AddPropertyDependent(childIndex, propertyValue.
Property
,
564
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
597
AddPropertyDependent(childIndex, propertyValue.
Property
,
604
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
619
DependencyProperty destinationProperty = propertyValue.
Property
; // Child
641
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
943
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
;