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