示例#1
0
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

            this._PathFrame = GetTemplateChild("PathFrame") as PathContentFrame;

            OnApplyTemplateFinish();
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.pathFrame = ((UITemplate.Controls.PathContentFrame)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.pathFrame = ((UITemplate.Controls.PathContentFrame)(target));
         return;
     }
     this._contentLoaded = true;
 }