Inheritance: System.Windows.Controls.Panel
Ejemplo n.º 1
0
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

            _CellsPresenter           = (TimespanHeaderCellsPresenter)GetTemplateChild("CellsPresenter");
            _CellsPresenter.ParentRow = this;
        }
Ejemplo n.º 2
0
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

            _CellsPresenter = (TimespanHeaderCellsPresenter)GetTemplateChild("CellsPresenter");
            _CellsPresenter.ParentRow = this;
        }