2 instantiations of Condition
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2866
bamlType.DefaultConstructor = delegate() { return new System.Windows.
Condition
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1182
case KnownElements.Condition: o = new System.Windows.
Condition
(); break;
34 references to Condition
PresentationFramework (34)
src\Framework\MS\Internal\Helper.cs (2)
754
else if (typeof(
Condition
).IsAssignableFrom(type))
756
return
Condition
.ReceiveMarkupExtension;
src\Framework\System\Windows\Condition.cs (4)
277
Condition
condition = targetObject as
Condition
;
288
Condition
condition = targetObject as
Condition
;
src\Framework\System\Windows\ConditionCollection.cs (5)
24
public sealed class ConditionCollection : Collection<
Condition
>
40
protected override void InsertItem(int index,
Condition
item)
59
protected override void SetItem(int index,
Condition
item)
116
Condition
condition = value as
Condition
;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
190
case 98: t = () => typeof(
Condition
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (12)
6962
Type type = typeof(System.Windows.
Condition
);
6964
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
6972
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.
Condition
)target).Property = (System.Windows.DependencyProperty)value; };
6973
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.
Condition
)target).Property; };
6981
Type type = typeof(System.Windows.
Condition
);
6983
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
6990
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.
Condition
)target).Value = (System.Object)value; };
6991
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.
Condition
)target).Value; };
6999
Type type = typeof(System.Windows.
Condition
);
7001
this.GetXamlType(typeof(System.Windows.
Condition
)), // DeclaringType
7007
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.
Condition
)target).Binding = (System.Windows.Data.BindingBase)value; };
7008
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.
Condition
)target).Binding; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2864
typeof(System.Windows.
Condition
),
src\Framework\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;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5642
case KnownElements.Condition: t = typeof(System.Windows.
Condition
); break;
src\Framework\System\Windows\Style.cs (2)
806
Condition
triggerCondition = multiTrigger.Conditions[k];
820
Condition
dataCondition = multiDataTrigger.Conditions[k];
src\Framework\System\Windows\StyleHelper.cs (2)
973
Condition
triggerCondition = multiTrigger.Conditions[k];
986
Condition
dataCondition = multiDataTrigger.Conditions[k];