Files
Sharepoint-Toolbox/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/SitePickerDialog.g.cs
Dev 43dd6ce17f docs(03-08): complete SearchViewModel + DuplicatesViewModel + Views plan — Phase 3 complete
- 3 tasks completed, 9 files created/modified
- Visual checkpoint pending: all three Phase 3 tabs wired and ready for UI verification
2026-04-02 16:10:54 +02:00

166 lines
6.5 KiB
C#

#pragma checksum "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D0D35E444777C8FFB080F390F542EB6DF26D69DD"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace SharepointToolbox.Views.Dialogs {
/// <summary>
/// SitePickerDialog
/// </summary>
public partial class SitePickerDialog : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 18 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox FilterBox;
#line default
#line hidden
#line 22 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListView SiteList;
#line default
#line hidden
#line 42 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock StatusText;
#line default
#line hidden
#line 47 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button LoadButton;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/SharepointToolbox;component/views/dialogs/sitepickerdialog.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 6 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
((SharepointToolbox.Views.Dialogs.SitePickerDialog)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
return;
case 2:
this.FilterBox = ((System.Windows.Controls.TextBox)(target));
#line 18 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
this.FilterBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.FilterBox_TextChanged);
#line default
#line hidden
return;
case 3:
this.SiteList = ((System.Windows.Controls.ListView)(target));
return;
case 4:
this.StatusText = ((System.Windows.Controls.TextBlock)(target));
return;
case 5:
this.LoadButton = ((System.Windows.Controls.Button)(target));
#line 48 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
this.LoadButton.Click += new System.Windows.RoutedEventHandler(this.LoadButton_Click);
#line default
#line hidden
return;
case 6:
#line 50 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectAll_Click);
#line default
#line hidden
return;
case 7:
#line 52 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.DeselectAll_Click);
#line default
#line hidden
return;
case 8:
#line 55 "..\..\..\..\..\Views\Dialogs\SitePickerDialog.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OK_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}