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