public override void OnApplyTemplate() { base.OnApplyTemplate(); _presenter = base.GetTemplateChild("PART_ChatPresenter") as ChatPresenter; if (_presenter == null) { throw new Exception("Missing template part."); } }