SignUpControl.g.i.cs 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. // Updated by XamlIntelliSenseFileGenerator 5/30/2022 2:50:57 PM
  2. #pragma checksum "..\..\..\..\..\MVVM\View\SignUpControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BBE494ACDB228AA65B3BDEDCA1271B6DB923EC1B"
  3. //------------------------------------------------------------------------------
  4. // <auto-generated>
  5. // This code was generated by a tool.
  6. // Runtime Version:4.0.30319.42000
  7. //
  8. // Changes to this file may cause incorrect behavior and will be lost if
  9. // the code is regenerated.
  10. // </auto-generated>
  11. //------------------------------------------------------------------------------
  12. using MaterialDesignThemes.MahApps;
  13. using MaterialDesignThemes.Wpf;
  14. using MaterialDesignThemes.Wpf.Converters;
  15. using MaterialDesignThemes.Wpf.Transitions;
  16. using MyMoviesWPF.MVVM.View;
  17. using System;
  18. using System.Diagnostics;
  19. using System.Windows;
  20. using System.Windows.Automation;
  21. using System.Windows.Controls;
  22. using System.Windows.Controls.Primitives;
  23. using System.Windows.Controls.Ribbon;
  24. using System.Windows.Data;
  25. using System.Windows.Documents;
  26. using System.Windows.Ink;
  27. using System.Windows.Input;
  28. using System.Windows.Markup;
  29. using System.Windows.Media;
  30. using System.Windows.Media.Animation;
  31. using System.Windows.Media.Effects;
  32. using System.Windows.Media.Imaging;
  33. using System.Windows.Media.Media3D;
  34. using System.Windows.Media.TextFormatting;
  35. using System.Windows.Navigation;
  36. using System.Windows.Shapes;
  37. using System.Windows.Shell;
  38. namespace MyMoviesWPF.MVVM.View
  39. {
  40. /// <summary>
  41. /// SignUpControl
  42. /// </summary>
  43. public partial class SignUpControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
  44. {
  45. #line default
  46. #line hidden
  47. private bool _contentLoaded;
  48. /// <summary>
  49. /// InitializeComponent
  50. /// </summary>
  51. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  52. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.5.0")]
  53. public void InitializeComponent()
  54. {
  55. if (_contentLoaded)
  56. {
  57. return;
  58. }
  59. _contentLoaded = true;
  60. System.Uri resourceLocater = new System.Uri("/MyMoviesWPF;component/mvvm/view/signupcontrol.xaml", System.UriKind.Relative);
  61. #line 1 "..\..\..\..\..\MVVM\View\SignUpControl.xaml"
  62. System.Windows.Application.LoadComponent(this, resourceLocater);
  63. #line default
  64. #line hidden
  65. }
  66. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  67. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.5.0")]
  68. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  72. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
  73. {
  74. switch (connectionId)
  75. {
  76. case 1:
  77. this.Password = ((System.Windows.Controls.PasswordBox)(target));
  78. return;
  79. }
  80. this._contentLoaded = true;
  81. }
  82. }
  83. }