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