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