2 writes to Property
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
5826Property = dp; 5843Property = null;
10 references to Property
PresentationFramework (10)
System\Windows\MultiTrigger.cs (1)
130retVal = TriggerConditions[i].Match(container.GetValue(TriggerConditions[i].Property));
System\Windows\StyleHelper.cs (7)
549if (propertyValue.Conditions[i].Property == null) 553int index = triggerSourceRecordMap.EnsureEntry(propertyValue.Conditions[i].Property.GlobalIndex); 2670DependencyProperty sourceProperty = valueLookupList.List[i].Conditions[j].Property; 4927if( conditions[i].Property == changedProperty && triggerChildId == sourceChildIndex ) 4945object evaluationValue = evaluationNode.GetValue( conditions[i].Property ); 5933if( Property == value.Property &&
System\Windows\Trigger.cs (1)
238return TriggerConditions[0].Match(container.GetValue(TriggerConditions[0].Property));
System\Windows\TriggerBase.cs (1)
239DependencyProperty source = propertyValue.Conditions[j].Property;