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