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