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