2 references to BlockUIContainer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2063
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
BlockUIContainer
(); };
System\Windows\Markup\KnownTypes.cs (1)
1141
case KnownElements.BlockUIContainer: o = new System.Windows.Documents.
BlockUIContainer
(); break;