2 instantiations of WrapPanel
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12574
DefaultConstructor = delegate () { return new System.Windows.Controls.
WrapPanel
(); },
System\Windows\Markup\KnownTypes.cs (1)
1653
case KnownElements.WrapPanel: o = new System.Windows.Controls.
WrapPanel
(); break;
12 references to WrapPanel
PresentationFramework (12)
System\Windows\Controls\Menu.cs (1)
61
FrameworkElementFactory panel = new FrameworkElementFactory(typeof(
WrapPanel
));
System\Windows\Controls\WrapPanel.cs (5)
78
typeof(
WrapPanel
),
107
typeof(
WrapPanel
),
134
typeof(
WrapPanel
),
158
WrapPanel
p = (
WrapPanel
)d;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
835
case 742: t = () => typeof(
WrapPanel
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6704
Type type = typeof(System.Windows.Controls.
WrapPanel
);
6706
this.GetXamlType(typeof(System.Windows.Controls.
WrapPanel
)), // DeclaringType
6713
GetDelegate = delegate (object target) { return ((System.Windows.Controls.
WrapPanel
)target).Children; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12571
typeof(System.Windows.Controls.
WrapPanel
),
System\Windows\Markup\KnownTypes.cs (1)
6289
case KnownElements.WrapPanel: t = typeof(System.Windows.Controls.
WrapPanel
); break;