コード例 #1
0
ファイル: DragSelection.cs プロジェクト: thrmotta/Imagin.NET
        /// <summary>
        ///
        /// </summary>
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

            PART_Rectangle = Template.FindName("PART_Rectangle", this) as Border;
        }
コード例 #2
0
ファイル: BasicWindow.cs プロジェクト: thrmotta/Imagin.NET
 /// <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;
 }