diff --git a/xml/System.Windows.Controls/DockPanel.xml b/xml/System.Windows.Controls/DockPanel.xml index 1c1b5d4ae3e..dd8673dfd7e 100644 --- a/xml/System.Windows.Controls/DockPanel.xml +++ b/xml/System.Windows.Controls/DockPanel.xml @@ -26,7 +26,7 @@ The method changes the position of an element relative to other elements within the same container. Alignment properties, such as , change the position of an element relative to its parent element. - If you set the property to `true`, which is the default setting, the last child element of a always fills the remaining space, regardless of any other dock value that you set on the last child element. To dock a child element in another direction, you must set the property to `false` and must also specify an explicit dock direction for the last child element. + If you set the property to `true`, the last child element of a always fills the remaining space, regardless of any other dock value that you set on the last child element. To dock a child element in another direction, you must set the property to `false` and must also specify an explicit dock direction for the last child element. Panel elements do not receive focus by default. To compel a panel element to receive focus, set the property to `true`.