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