2 writes to Property
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
5841Property = dp; 5858Property = null;
11 references to Property
PresentationFramework (11)
System\Windows\MultiTrigger.cs (1)
137retVal = TriggerConditions[i].Match(container.GetValue(TriggerConditions[i].Property));
System\Windows\StyleHelper.cs (8)
569if (propertyValue.Conditions[i].Property == null) 573int index = triggerSourceRecordMap.EnsureEntry(propertyValue.Conditions[i].Property.GlobalIndex); 3083Debug.Assert(!StyleHelper.IsSetOnContainer(conditions[j].Property, ref containerDependents, true), 3084$"Style trigger condition property {conditions[j].Property} is set via a template trigger on the container. This is a cyclic reference and is illegal."); 4940if( conditions[i].Property == changedProperty && triggerChildId == sourceChildIndex ) 4958object evaluationValue = evaluationNode.GetValue( conditions[i].Property ); 5959if( Property == value.Property &&
System\Windows\Trigger.cs (1)
245return TriggerConditions[0].Match(container.GetValue(TriggerConditions[0].Property));
System\Windows\TriggerBase.cs (1)
243DependencyProperty source = propertyValue.Conditions[j].Property;