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