Inheritance: System.Windows.Controls.Control
Example #1
0
 /// <summary>
 /// Initializes a new instance of the InternalTestHook class.
 /// </summary>
 /// <param name="gridSplitter">The grid splitter to hook.</param>
 internal InternalTestHook(GridSplitter gridSplitter)
 {
     _gridSplitter = gridSplitter;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />
 /// class.
 /// </summary>
 /// <param name="owner">
 /// The <see cref="T:Microsoft.Silverlight.Testing.Controls.GridSplitter" /> to
 /// associate with the
 /// <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />.
 /// </param>
 public GridSplitterAutomationPeer(GridSplitter owner)
     : base(owner)
 {
 }
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />
 /// class.
 /// </summary>
 /// <param name="owner">
 /// The <see cref="T:Microsoft.Silverlight.Testing.Controls.GridSplitter" /> to
 /// associate with the
 /// <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />.
 /// </param>
 public GridSplitterAutomationPeer(GridSplitter owner)
     : base(owner)
 {
 }