You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 regels
2.9 KiB

  1. #pragma checksum "..\..\..\Views\ProfileView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B495324628A6C7A3239AF197BD31AEDA1D11FDB8738B2EDD3CCF4551B27A3FF7"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  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 Example.Views;
  12. using System;
  13. using System.Diagnostics;
  14. using System.Windows;
  15. using System.Windows.Automation;
  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.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. namespace Example.Views {
  33. /// <summary>
  34. /// ProfileView
  35. /// </summary>
  36. public partial class ProfileView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  37. private bool _contentLoaded;
  38. /// <summary>
  39. /// InitializeComponent
  40. /// </summary>
  41. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  42. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  43. public void InitializeComponent() {
  44. if (_contentLoaded) {
  45. return;
  46. }
  47. _contentLoaded = true;
  48. System.Uri resourceLocater = new System.Uri("/Example;component/views/profileview.xaml", System.UriKind.Relative);
  49. #line 1 "..\..\..\Views\ProfileView.xaml"
  50. System.Windows.Application.LoadComponent(this, resourceLocater);
  51. #line default
  52. #line hidden
  53. }
  54. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  56. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  60. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  61. this._contentLoaded = true;
  62. }
  63. }
  64. }