2 instantiations of WrapPanel
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11316bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.WrapPanel(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1661case KnownElements.WrapPanel: o = new System.Windows.Controls.WrapPanel(); break;
12 references to WrapPanel
PresentationFramework (12)
src\Framework\System\Windows\Controls\Menu.cs (1)
75FrameworkElementFactory panel = new FrameworkElementFactory(typeof(WrapPanel));
src\Framework\System\Windows\Controls\WrapPanel.cs (5)
91typeof(WrapPanel), 120typeof(WrapPanel), 147typeof(WrapPanel), 171WrapPanel p = (WrapPanel)d;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
834case 742: t = () => typeof(WrapPanel); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6211Type type = typeof(System.Windows.Controls.WrapPanel); 6213this.GetXamlType(typeof(System.Windows.Controls.WrapPanel)), // DeclaringType 6219bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.WrapPanel)target).Children; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11314typeof(System.Windows.Controls.WrapPanel),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6286case KnownElements.WrapPanel: t = typeof(System.Windows.Controls.WrapPanel); break;