2 writes to Property
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
5841
Property
= dp;
5858
Property
= null;
11 references to Property
PresentationFramework (11)
System\Windows\MultiTrigger.cs (1)
137
retVal = TriggerConditions[i].Match(container.GetValue(TriggerConditions[i].
Property
));
System\Windows\StyleHelper.cs (8)
569
if (propertyValue.Conditions[i].
Property
== null)
573
int index = triggerSourceRecordMap.EnsureEntry(propertyValue.Conditions[i].
Property
.GlobalIndex);
3083
Debug.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.");
4940
if( conditions[i].
Property
== changedProperty && triggerChildId == sourceChildIndex )
4958
object evaluationValue = evaluationNode.GetValue( conditions[i].
Property
);
5959
if(
Property
== value.
Property
&&
System\Windows\Trigger.cs (1)
245
return TriggerConditions[0].Match(container.GetValue(TriggerConditions[0].
Property
));
System\Windows\TriggerBase.cs (1)
243
DependencyProperty source = propertyValue.Conditions[j].
Property
;