Пример #1
0
        /// <summary>
        ///
        /// </summary>
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

            PART_Rectangle = Template.FindName("PART_Rectangle", this) as Border;
        }
Пример #2
0
 /// <summary>
 ///
 /// </summary>
 public override void OnApplyTemplate()
 {
     base.OnApplyTemplate();
     overlay = Template.FindName("PART_Overlay", this) as ContentControl;
 }
Пример #3
0
 /// <summary>
 ///
 /// </summary>
 public override void OnApplyTemplate()
 {
     base.ApplyTemplate();
     PART_ContentHeader = Template.FindName("PART_ContentHeader", this) as ContentControl;
 }