1 write to Conditions
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
511
Conditions
= propertyValue.Conditions,
17 references to Conditions
PresentationFramework (17)
System\Windows\StyleHelper.cs (17)
2642
if( valueLookupList.List[i].
Conditions
!= null )
2647
for (int j = 0; triggerMatch && j < valueLookupList.List[i].
Conditions
.Length; j++)
2657
int sourceChildIndex = valueLookupList.List[i].
Conditions
[j].SourceChildIndex;
2670
DependencyProperty sourceProperty = valueLookupList.List[i].
Conditions
[j].Property;
2691
triggerMatch = valueLookupList.List[i].
Conditions
[j].Match(state);
2699
state = GetDataTriggerValue(dataField, container, valueLookupList.List[i].
Conditions
[j].Binding);
2700
triggerMatch = valueLookupList.List[i].
Conditions
[j].ConvertAndMatch(state);
3060
TriggerCondition[] conditions = valueLookupList.List[i].
Conditions
;
5765
if (
Conditions
== null &&
5766
other.
Conditions
== null)
5772
if (
Conditions
== null ||
5773
other.
Conditions
== null)
5780
if (
Conditions
.Length == other.
Conditions
.Length)
5783
for (int i = 0; i <
Conditions
.Length; i++)
5785
if (!
Conditions
[i].TypeSpecificEquals(other.
Conditions
[i]))