2 references to 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;