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