2 instantiations of Condition
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3018
DefaultConstructor = delegate () { return new System.Windows.
Condition
(); }
System\Windows\Markup\KnownTypes.cs (1)
1174
case KnownElements.Condition: o = new System.Windows.
Condition
(); break;
34 references to Condition
PresentationFramework (34)
MS\Internal\Helper.cs (2)
726
else if (typeof(
Condition
).IsAssignableFrom(type))
728
return
Condition
.ReceiveMarkupExtension;
System\Windows\Condition.cs (4)
263
Condition
condition = targetObject as
Condition
;
274
Condition
condition = targetObject as
Condition
;
System\Windows\ConditionCollection.cs (5)
20
public sealed class ConditionCollection : Collection<
Condition
>
36
protected override void InsertItem(int index,
Condition
item)
55
protected override void SetItem(int index,
Condition
item)
109
Condition
condition = value as
Condition
;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
191
case 98: t = () => typeof(
Condition
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (12)
7537
Type type = typeof(System.Windows.
Condition
);
7539
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
7548
SetDelegate = delegate (object target, object value) { ((System.Windows.
Condition
)target).Property = (System.Windows.DependencyProperty)value; },
7549
GetDelegate = delegate (object target) { return ((System.Windows.
Condition
)target).Property; }
7558
Type type = typeof(System.Windows.
Condition
);
7560
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
7568
SetDelegate = delegate (object target, object value) { ((System.Windows.
Condition
)target).Value = (System.Object)value; },
7569
GetDelegate = delegate (object target) { return ((System.Windows.
Condition
)target).Value; }
7578
Type type = typeof(System.Windows.
Condition
);
7580
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
7587
SetDelegate = delegate (object target, object value) { ((System.Windows.
Condition
)target).Binding = (System.Windows.Data.BindingBase)value; },
7588
GetDelegate = delegate (object target) { return ((System.Windows.
Condition
)target).Binding; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3015
typeof(System.Windows.
Condition
),
System\Windows\Markup\Baml2006\WpfKnownType.cs (4)
270
else if (typeof(
Condition
).IsAssignableFrom(_underlyingType))
272
return
Condition
.ReceiveMarkupExtension;
287
else if (typeof(
Condition
).IsAssignableFrom(_underlyingType))
289
return
Condition
.ReceiveTypeConverter;
System\Windows\Markup\KnownTypes.cs (1)
5645
case KnownElements.Condition: t = typeof(System.Windows.
Condition
); break;
System\Windows\Style.cs (2)
772
Condition
triggerCondition = multiTrigger.Conditions[k];
785
Condition
dataCondition = multiDataTrigger.Conditions[k];
System\Windows\StyleHelper.cs (2)
964
Condition
triggerCondition = multiTrigger.Conditions[k];
977
Condition
dataCondition = multiDataTrigger.Conditions[k];