2 instantiations of Condition
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3019
DefaultConstructor = delegate () { return new System.Windows.
Condition
(); }
System\Windows\Markup\KnownTypes.cs (1)
1175
case KnownElements.Condition: o = new System.Windows.
Condition
(); break;
34 references to Condition
PresentationFramework (34)
MS\Internal\Helper.cs (2)
730
else if (typeof(
Condition
).IsAssignableFrom(type))
732
return
Condition
.ReceiveMarkupExtension;
System\Windows\Condition.cs (4)
264
Condition
condition = targetObject as
Condition
;
275
Condition
condition = targetObject as
Condition
;
System\Windows\ConditionCollection.cs (5)
21
public sealed class ConditionCollection : Collection<
Condition
>
37
protected override void InsertItem(int index,
Condition
item)
56
protected override void SetItem(int index,
Condition
item)
110
Condition
condition = value as
Condition
;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
192
case 98: t = () => typeof(
Condition
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (12)
7538
Type type = typeof(System.Windows.
Condition
);
7540
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
7549
SetDelegate = delegate (object target, object value) { ((System.Windows.
Condition
)target).Property = (System.Windows.DependencyProperty)value; },
7550
GetDelegate = delegate (object target) { return ((System.Windows.
Condition
)target).Property; }
7559
Type type = typeof(System.Windows.
Condition
);
7561
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
7569
SetDelegate = delegate (object target, object value) { ((System.Windows.
Condition
)target).Value = (System.Object)value; },
7570
GetDelegate = delegate (object target) { return ((System.Windows.
Condition
)target).Value; }
7579
Type type = typeof(System.Windows.
Condition
);
7581
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
7588
SetDelegate = delegate (object target, object value) { ((System.Windows.
Condition
)target).Binding = (System.Windows.Data.BindingBase)value; },
7589
GetDelegate = delegate (object target) { return ((System.Windows.
Condition
)target).Binding; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3016
typeof(System.Windows.
Condition
),
System\Windows\Markup\Baml2006\WpfKnownType.cs (4)
271
else if (typeof(
Condition
).IsAssignableFrom(_underlyingType))
273
return
Condition
.ReceiveMarkupExtension;
288
else if (typeof(
Condition
).IsAssignableFrom(_underlyingType))
290
return
Condition
.ReceiveTypeConverter;
System\Windows\Markup\KnownTypes.cs (1)
5646
case KnownElements.Condition: t = typeof(System.Windows.
Condition
); break;
System\Windows\Style.cs (2)
782
Condition
triggerCondition = multiTrigger.Conditions[k];
795
Condition
dataCondition = multiDataTrigger.Conditions[k];
System\Windows\StyleHelper.cs (2)
969
Condition
triggerCondition = multiTrigger.Conditions[k];
982
Condition
dataCondition = multiDataTrigger.Conditions[k];