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