2 writes to Property
PresentationFramework (2)
src\Framework\System\Windows\StyleHelper.cs (2)
5841
Property
= dp;
5858
Property
= null;
9 references to Property
PresentationFramework (9)
src\Framework\System\Windows\MultiTrigger.cs (1)
133
retVal = TriggerConditions[i].Match(container.GetValue(TriggerConditions[i].
Property
));
src\Framework\System\Windows\StyleHelper.cs (6)
569
if (propertyValue.Conditions[i].
Property
== null)
573
int index = triggerSourceRecordMap.EnsureEntry(propertyValue.Conditions[i].
Property
.GlobalIndex);
4940
if( conditions[i].
Property
== changedProperty && triggerChildId == sourceChildIndex )
4958
object evaluationValue = evaluationNode.GetValue( conditions[i].
Property
);
5959
if(
Property
== value.
Property
&&
src\Framework\System\Windows\Trigger.cs (1)
244
return TriggerConditions[0].Match(container.GetValue(TriggerConditions[0].
Property
));
src\Framework\System\Windows\TriggerBase.cs (1)
244
DependencyProperty source = propertyValue.Conditions[j].
Property
;