MainView.g.cs 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #pragma checksum "C:\IDTemplate\IDTemplate\MainView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "A68F951B5A6277E55A35D4033D707EC1"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.296
  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 Microsoft.Phone.Controls;
  12. using Microsoft.Phone.Shell;
  13. using System;
  14. using System.Windows;
  15. using System.Windows.Automation;
  16. using System.Windows.Automation.Peers;
  17. using System.Windows.Automation.Provider;
  18. using System.Windows.Controls;
  19. using System.Windows.Controls.Primitives;
  20. using System.Windows.Data;
  21. using System.Windows.Documents;
  22. using System.Windows.Ink;
  23. using System.Windows.Input;
  24. using System.Windows.Interop;
  25. using System.Windows.Markup;
  26. using System.Windows.Media;
  27. using System.Windows.Media.Animation;
  28. using System.Windows.Media.Imaging;
  29. using System.Windows.Resources;
  30. using System.Windows.Shapes;
  31. using System.Windows.Threading;
  32. namespace CameraApp.Views {
  33. public partial class MainView : Microsoft.Phone.Controls.PhoneApplicationPage {
  34. internal System.Windows.Controls.Grid LayoutRoot;
  35. internal System.Windows.Controls.Canvas viewfinderCanvas;
  36. internal System.Windows.Media.VideoBrush viewfinderBrush;
  37. internal System.Windows.Controls.TextBlock txtDebug;
  38. internal Microsoft.Phone.Shell.ApplicationBarIconButton ShutterButton;
  39. private bool _contentLoaded;
  40. /// <summary>
  41. /// InitializeComponent
  42. /// </summary>
  43. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. public void InitializeComponent() {
  45. if (_contentLoaded) {
  46. return;
  47. }
  48. _contentLoaded = true;
  49. System.Windows.Application.LoadComponent(this, new System.Uri("/IDTemplate;component/MainView.xaml", System.UriKind.Relative));
  50. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  51. this.viewfinderCanvas = ((System.Windows.Controls.Canvas)(this.FindName("viewfinderCanvas")));
  52. this.viewfinderBrush = ((System.Windows.Media.VideoBrush)(this.FindName("viewfinderBrush")));
  53. this.txtDebug = ((System.Windows.Controls.TextBlock)(this.FindName("txtDebug")));
  54. this.ShutterButton = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("ShutterButton")));
  55. }
  56. }
  57. }