2 instantiations of DockPanel
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3687
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
DockPanel
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1234
case KnownElements.DockPanel: o = new System.Windows.Controls.
DockPanel
(); break;
29 references to DockPanel
PresentationFramework (29)
src\Framework\System\Windows\Controls\DockPanel.cs (11)
34
/// <seealso cref="
DockPanel
" />
109
/// <seealso cref="
DockPanel
.DockProperty" />
123
/// <seealso cref="
DockPanel
.DockProperty" />
136
DockPanel
p = VisualTreeHelper.GetParent(uie) as
DockPanel
;
173
typeof(
DockPanel
),
180
/// <seealso cref="
DockPanel
.GetDock" />
181
/// <seealso cref="
DockPanel
.SetDock" />
187
typeof(
DockPanel
),
249
switch (
DockPanel
.GetDock(child))
302
switch (
DockPanel
.GetDock(child))
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (1)
42
ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(
DockPanel
)));
src\Framework\System\Windows\Controls\TabControl.cs (1)
84
new ValidateValueCallback(
DockPanel
.IsValidDock));
src\Framework\System\Windows\FrameworkElement.cs (2)
3700
/// <seealso cref="
DockPanel
.DockProperty" />
3710
/// <seealso cref="
DockPanel
.DockProperty" />
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
255
case 163: t = () => typeof(
DockPanel
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
2355
Type type = typeof(System.Windows.Controls.
DockPanel
);
2356
DependencyProperty dp = System.Windows.Controls.
DockPanel
.DockProperty;
2358
this.GetXamlType(typeof(System.Windows.Controls.
DockPanel
)), // DeclaringType
2372
Type type = typeof(System.Windows.Controls.
DockPanel
);
2373
DependencyProperty dp = System.Windows.Controls.
DockPanel
.LastChildFillProperty;
2375
this.GetXamlType(typeof(System.Windows.Controls.
DockPanel
)), // DeclaringType
4413
Type type = typeof(System.Windows.Controls.
DockPanel
);
4415
this.GetXamlType(typeof(System.Windows.Controls.
DockPanel
)), // DeclaringType
4421
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
DockPanel
)target).Children; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3685
typeof(System.Windows.Controls.
DockPanel
),
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1759
return System.Windows.Controls.
DockPanel
.DockProperty;
1761
return System.Windows.Controls.
DockPanel
.LastChildFillProperty;
5707
case KnownElements.DockPanel: t = typeof(System.Windows.Controls.
DockPanel
); break;