System.Windows.Controls.ItemsControlHelper.ItemsControlHelper C# (CSharp) Method

ItemsControlHelper() private method

Initializes a new instance of the ItemContainerGenerator.
private ItemsControlHelper ( ItemsControl control ) : System.Diagnostics
control ItemsControl /// The ItemsControl being tracked by the ItemContainerGenerator. ///
return System.Diagnostics
        internal ItemsControlHelper(ItemsControl control)
        {
            Debug.Assert(control != null, "control cannot be null!");
            ItemsControl = control;
        }