Inheritance: System.Windows.Controls.Panel
コード例 #1
0
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

            _CellsPresenter           = (TimespanHeaderCellsPresenter)GetTemplateChild("CellsPresenter");
            _CellsPresenter.ParentRow = this;
        }
コード例 #2
0
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

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