Пример #1
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "TabControl_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Controls/TabControl/TabControl_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "TabControl_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Controls/TabControl/TabControl_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "DefaultTabControlStyle.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Controls/TabControl/Styles/DefaultTabControlStyle.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "DefaultTabItemStyle.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Controls/TabControl/Styles/DefaultTabItemStyle.xaml"
         }
     });
 }
Пример #2
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "XAML_Resource_Dictionary_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/XAML_Resource_Dictionary/XAML_Resource_Dictionary_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "XAML_Resource_Dictionary_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/XAML_Resource_Dictionary/XAML_Resource_Dictionary_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Style1.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/XAML_Resource_Dictionary/Dictionaries/Style1.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Style2.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/XAML_Resource_Dictionary/Dictionaries/Style2.xaml"
         }
     });
 }
Пример #3
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "NonModalChildWindow_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/ChildWindow2/NonModalChildWindow_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "NonModalChildWindow_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/ChildWindow2/NonModalChildWindow_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "SmallChildWindow.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/ChildWindow2/SmallChildWindow.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "SmallChildWindow.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/ChildWindow2/SmallChildWindow.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "DefaultChildWindowStyle.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/ChildWindow/Styles/DefaultChildWindowStyle.xaml"
         }
     });
 }
Пример #4
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "ComboBox_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/ComboBox/ComboBox_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "ComboBox_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/ComboBox/ComboBox_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "DefaultComboBoxStyle.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/ComboBox/Styles/DefaultComboBoxStyle.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Planet.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Other/Planet.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "ExecuteJavaScript_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Interop_Samples/ExecuteJavaScript/ExecuteJavaScript_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "ExecuteJavaScript_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Interop_Samples/ExecuteJavaScript/ExecuteJavaScript_Demo.xaml.cs"
         }
     });
 }
Пример #6
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Commanding_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/InteractivityTriggers/InteractivityTriggers_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Commanding_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/InteractivityTriggers/InteractivityTriggers_Demo.xaml.cs"
         }
     });
 }
Пример #7
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "WCF_SOAP_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Client_Server/WCF_SOAP/WCF_SOAP_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "WCF_SOAP_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Client_Server/WCF_SOAP/WCF_SOAP_Demo.xaml.cs"
         }
     });
 }
Пример #8
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "DispatcherTimer_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Net_Framework/DispatcherTimer/DispatcherTimer_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "DispatcherTimer_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Net_Framework/DispatcherTimer/DispatcherTimer_Demo.xaml.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Plotly_Charts_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Third_Party/Plotly_Charts/Plotly_Charts_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Plotly_Charts_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Third_Party/Plotly_Charts/Plotly_Charts_Demo.xaml.cs"
         }
     });
 }
Пример #10
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "RepeatButton_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/RepeatButton/RepeatButton_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "RepeatButton_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Controls/RepeatButton/RepeatButton_Demo.xaml.cs"
         }
     });
 }
Пример #11
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Drag_And_Drop_Demo_Silverlight.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/Drag_And_Drop/Drag_And_Drop_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Drag_And_Drop_Demo_Silverlight.xaml.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/Drag_And_Drop/Drag_And_Drop_Demo.xaml.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "FindElementsInHostCoordinates_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Features/FindElementsInHostCoordinates/FindElementsInHostCoordinates_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "FindElementsInHostCoordinates_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Features/FindElementsInHostCoordinates/FindElementsInHostCoordinates_Demo.xaml.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "JSON_Serializer_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Net_Framework/JSON_Serializer/JSON_Serializer_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "JSON_Serializer_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Net_Framework/JSON_Serializer/JSON_Serializer_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "JsonConvert.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Net_Framework/JSON_Serializer/JsonConvert.cs"
         }
     });
 }
Пример #14
0
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Binding2_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Features/Binding2/Binding2_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Binding2_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Features/Binding2/Binding2_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "KilometersToMilesConverter.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Features/Binding2/KilometersToMilesConverter.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "AttachedPropertiesWithMethodToUpdateDom.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Interop_Samples/MethodToUpdateDom/AttachedPropertiesWithMethodToUpdateDom.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "MethodToUpdateDom_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Interop_Samples/MethodToUpdateDom/MethodToUpdateDom_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "MethodToUpdateDom_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Interop_Samples/MethodToUpdateDom/MethodToUpdateDom_Demo.xaml.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Validation_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Features/Validation/Validation_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Validation_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Features/Validation/Validation_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Person.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/XAML_Features/Validation/Person.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "SampleAttachedProperties.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/AttachedProperties/SampleAttachedProperties.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "AttachedProperties_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/AttachedProperties/AttachedProperties_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "AttachedProperties_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/XAML_Features/AttachedProperties/AttachedProperties_Demo.xaml.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "HtmlCanvas_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Performance/HtmlCanvas/HtmlCanvas_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "HtmlCanvas_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Performance/HtmlCanvas/HtmlCanvas_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "MainSprite.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/src/Samples/Performance/HtmlCanvas/MainSprite.cs"
         }
     });
 }
 private void ButtonViewSource_Click(object sender, RoutedEventArgs e)
 {
     ViewSourceButtonHelper.ViewSource(new List <ViewSourceButtonInfo>()
     {
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Interop_HtmlPresenter_Demo.xaml",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Interop_Samples/HtmlPresenter/Interop_HtmlPresenter_Demo.xaml"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "Interop_HtmlPresenter_Demo.xaml.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Interop_Samples/HtmlPresenter/Interop_HtmlPresenter_Demo.xaml.cs"
         },
         new ViewSourceButtonInfo()
         {
             TabHeader        = "NumericTextBox.cs",
             FilePathOnGitHub = "github/cshtml5/CSHTML5.Samples.Showcase/blob/master/CSHTML5.Samples.Showcase/Samples/Interop_Samples/HtmlPresenter/NumericTextBox.cs"
         }
     });
 }