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