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