예제 #1
0
파일: SidePopup.cs 프로젝트: GeertVL/ATF
 /// <summary>
 /// Override that is called after a visual template is applied to the control,
 /// called whenever ApplyTemplate, which builds the current template's visual tree, is called</summary>
 public override void OnApplyTemplate()
 {
     PART_Grid = (Grid)Template.FindName("PART_Grid", this);
     PART_Popup = (ResizablePopup)Template.FindName("PART_Popup", this);
     UpdatePopupProperties();
 }
예제 #2
0
 /// <summary>
 /// Override that is called after a visual template is applied to the control,
 /// called whenever ApplyTemplate, which builds the current template's visual tree, is called</summary>
 public override void OnApplyTemplate()
 {
     PART_Grid  = (Grid)Template.FindName("PART_Grid", this);
     PART_Popup = (ResizablePopup)Template.FindName("PART_Popup", this);
     UpdatePopupProperties();
 }