Example #1
0
 private void Update_SymbolAsChar(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_FontIcon_Glyph(this.obj9, obj.ToString(), null);
     }
 }
 private void Update_Symbol(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // Views\MasterDetailPage.xaml line 25
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_FontIcon_Glyph(this.obj5, obj.ToString(), null);
     }
 }
 private void Update_MasterMenuItem_SymbolAsChar(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         // Views\MasterDetailDetailControl.xaml line 14
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_FontIcon_Glyph(this.obj9, obj.ToString(), null);
     }
 }
Example #4
0
 private void Update_Icon(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // pages\PhoneBook.xaml line 26
         if (!isobj7GlyphDisabled)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_FontIcon_Glyph(this.obj7, obj.ToString(), null);
         }
     }
 }
Example #5
0
 private void Update_ViewModel_Item_Symbol(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // Views\ContentGridDetailPage.xaml line 48
         if (!isobj17GlyphDisabled)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_FontIcon_Glyph(this.obj17, obj.ToString(), null);
         }
     }
 }
Example #6
0
 private void Update_Symbol(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // Views\TelerikDataGridPage.xaml line 31
         if ((this.obj4.Target as global::Windows.UI.Xaml.Controls.FontIcon) != null)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_FontIcon_Glyph((this.obj4.Target as global::Windows.UI.Xaml.Controls.FontIcon), obj.ToString(), null);
         }
     }
 }
Example #7
0
 private void Update_L(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         // MainPage.xaml line 51
         if (!isobj5TextDisabled)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_TextBlock_Text(this.obj5, obj.ToString(), null);
         }
     }
 }
Example #8
0
 private void Update_ViewModel_Item_Symbol(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         // Views\MasterDetailDetail\DetailsView.xaml line 19
         if (!isobj9GlyphDisabled)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_FontIcon_Glyph(this.obj9, obj.ToString(), null);
         }
     }
 }
Example #9
0
 private void Update_Symbol(global::System.Char obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // Views\NotesHomePage.xaml line 32
         if (!isobj5GlyphDisabled)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_FontIcon_Glyph(this.obj5, obj.ToString(), null);
         }
     }
 }