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

            _CellsPresenter           = (TimespanHeaderCellsPresenter)GetTemplateChild("CellsPresenter");
            _CellsPresenter.ParentRow = this;
        }
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

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