PageRenderTime 55ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/TimeSheetReporting/TimeSheetReporting/obj/Debug/Views/About.g.cs

#
C# | 67 lines | 43 code | 12 blank | 12 comment | 1 complexity | ba774fc9681613288739a39a8637df3f MD5 | raw file
  1. #pragma checksum "C:\ValueAdds\TimeSheetReporting\TimeSheetReporting\Views\About.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8E72BA137AB234B7AE4625725DAD2EA7"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:2.0.50727.4036
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Windows;
  13. using System.Windows.Automation;
  14. using System.Windows.Automation.Peers;
  15. using System.Windows.Automation.Provider;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Interop;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Resources;
  28. using System.Windows.Shapes;
  29. using System.Windows.Threading;
  30. namespace TimeSheetReporting {
  31. public partial class About : System.Windows.Controls.Page {
  32. internal System.Windows.Controls.Grid LayoutRoot;
  33. internal System.Windows.Controls.ScrollViewer PageScrollViewer;
  34. internal System.Windows.Controls.StackPanel ContentStackPanel;
  35. internal System.Windows.Controls.TextBlock HeaderText;
  36. internal System.Windows.Controls.TextBlock ContentText;
  37. private bool _contentLoaded;
  38. /// <summary>
  39. /// InitializeComponent
  40. /// </summary>
  41. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  42. public void InitializeComponent() {
  43. if (_contentLoaded) {
  44. return;
  45. }
  46. _contentLoaded = true;
  47. System.Windows.Application.LoadComponent(this, new System.Uri("/TimeSheetReporting;component/Views/About.xaml", System.UriKind.Relative));
  48. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  49. this.PageScrollViewer = ((System.Windows.Controls.ScrollViewer)(this.FindName("PageScrollViewer")));
  50. this.ContentStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContentStackPanel")));
  51. this.HeaderText = ((System.Windows.Controls.TextBlock)(this.FindName("HeaderText")));
  52. this.ContentText = ((System.Windows.Controls.TextBlock)(this.FindName("ContentText")));
  53. }
  54. }
  55. }