1 type derived from DockPanel
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
1462
internal class AvalonAdapter : SWC.
DockPanel
, IDisposable, IKeyboardInputSite, IAvalonAdapter
2 instantiations of DockPanel
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3959
DefaultConstructor = delegate () { return new System.Windows.Controls.
DockPanel
(); },
System\Windows\Markup\KnownTypes.cs (1)
1226
case KnownElements.DockPanel: o = new System.Windows.Controls.
DockPanel
(); break;
29 references to DockPanel
PresentationFramework (29)
System\Windows\Controls\DockPanel.cs (11)
21
/// <seealso cref="
DockPanel
" />
96
/// <seealso cref="
DockPanel
.DockProperty" />
110
/// <seealso cref="
DockPanel
.DockProperty" />
123
DockPanel
p = VisualTreeHelper.GetParent(uie) as
DockPanel
;
157
typeof(
DockPanel
),
164
/// <seealso cref="
DockPanel
.GetDock" />
165
/// <seealso cref="
DockPanel
.SetDock" />
171
typeof(
DockPanel
),
233
switch (
DockPanel
.GetDock(child))
286
switch (
DockPanel
.GetDock(child))
System\Windows\Controls\Primitives\StatusBar.cs (1)
37
ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(
DockPanel
)));
System\Windows\Controls\TabControl.cs (1)
72
new ValidateValueCallback(
DockPanel
.IsValidDock));
System\Windows\FrameworkElement.cs (2)
3680
/// <seealso cref="
DockPanel
.DockProperty" />
3690
/// <seealso cref="
DockPanel
.DockProperty" />
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
256
case 163: t = () => typeof(
DockPanel
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
2420
Type type = typeof(System.Windows.Controls.
DockPanel
);
2421
DependencyProperty dp = System.Windows.Controls.
DockPanel
.DockProperty;
2423
this.GetXamlType(typeof(System.Windows.Controls.
DockPanel
)), // DeclaringType
2439
Type type = typeof(System.Windows.Controls.
DockPanel
);
2440
DependencyProperty dp = System.Windows.Controls.
DockPanel
.LastChildFillProperty;
2442
this.GetXamlType(typeof(System.Windows.Controls.
DockPanel
)), // DeclaringType
4689
Type type = typeof(System.Windows.Controls.
DockPanel
);
4691
this.GetXamlType(typeof(System.Windows.Controls.
DockPanel
)), // DeclaringType
4698
GetDelegate = delegate (object target) { return ((System.Windows.Controls.
DockPanel
)target).Children; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3956
typeof(System.Windows.Controls.
DockPanel
),
System\Windows\Markup\KnownTypes.cs (3)
1751
return System.Windows.Controls.
DockPanel
.DockProperty;
1753
return System.Windows.Controls.
DockPanel
.LastChildFillProperty;
5710
case KnownElements.DockPanel: t = typeof(System.Windows.Controls.
DockPanel
); break;