/// <summary>
 /// Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" /> class.
 /// </summary>
 /// <param name="owner">The <see cref="T:System.Windows.Controls.GridSplitter" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />.</param>
 public GridSplitterAutomationPeer(GridSplitter owner)
     : base(owner)
 {
 }