2 references to Condition
PresentationFramework (2)
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1182case KnownElements.Condition: o = new System.Windows.Condition(); break; 5642case KnownElements.Condition: t = typeof(System.Windows.Condition); break;