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