Click here to Skip to main content
15,892,965 members
Articles / Desktop Programming / WPF

Image Processing is Done using WPF

Rate me:
Please Sign up or sign in to vote.
4.84/5 (19 votes)
6 Aug 2011CPOL6 min read 105.3K   16.2K   68  
Image Processing is done in a WPF application with some basic functionalities
#pragma checksum "..\..\..\ImageProcessingWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1F6809D1E4CBBE70C5039DFA78DA01D8"
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.235
//
//     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.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 ImageProcessingWPF4 {
    
    
    /// <summary>
    /// ImageProcessingWindow
    /// </summary>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
    public partial class ImageProcessingWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
        
        
        #line 5 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.DockPanel MainPanel;
        
        #line default
        #line hidden
        
        
        #line 6 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.DockPanel MenuPanel;
        
        #line default
        #line hidden
        
        
        #line 7 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Menu MainMenu;
        
        #line default
        #line hidden
        
        
        #line 8 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem FileMenu;
        
        #line default
        #line hidden
        
        
        #line 9 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem OpenMenu;
        
        #line default
        #line hidden
        
        
        #line 10 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem SaveMenu;
        
        #line default
        #line hidden
        
        
        #line 12 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem PrintMenu;
        
        #line default
        #line hidden
        
        
        #line 14 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ExitMenu;
        
        #line default
        #line hidden
        
        
        #line 16 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem EditMenu;
        
        #line default
        #line hidden
        
        
        #line 17 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem UndoMenu;
        
        #line default
        #line hidden
        
        
        #line 18 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ClearImageMenu;
        
        #line default
        #line hidden
        
        
        #line 20 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ViewMenu;
        
        #line default
        #line hidden
        
        
        #line 21 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ImageInfoMenu;
        
        #line default
        #line hidden
        
        
        #line 23 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem BitmapViewMenu;
        
        #line default
        #line hidden
        
        
        #line 24 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ThumbnailViewMenu;
        
        #line default
        #line hidden
        
        
        #line 26 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ColorMenu;
        
        #line default
        #line hidden
        
        
        #line 27 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem FilterMenu;
        
        #line default
        #line hidden
        
        
        #line 28 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem RedFilterMenu;
        
        #line default
        #line hidden
        
        
        #line 29 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem GreenFilterMenu;
        
        #line default
        #line hidden
        
        
        #line 30 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem BlueFilterMenu;
        
        #line default
        #line hidden
        
        
        #line 32 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem BrightnessMenu;
        
        #line default
        #line hidden
        
        
        #line 33 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ConstrastMenu;
        
        #line default
        #line hidden
        
        
        #line 34 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem GrayscaleMenu;
        
        #line default
        #line hidden
        
        
        #line 35 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem SepiaToneMenu;
        
        #line default
        #line hidden
        
        
        #line 36 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem InvertMenu;
        
        #line default
        #line hidden
        
        
        #line 38 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ImageMenu;
        
        #line default
        #line hidden
        
        
        #line 39 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ResizeMenu;
        
        #line default
        #line hidden
        
        
        #line 40 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem RotateFlipMenu;
        
        #line default
        #line hidden
        
        
        #line 41 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem FlipHorizontalMenu;
        
        #line default
        #line hidden
        
        
        #line 42 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem FlipVerticalMenu;
        
        #line default
        #line hidden
        
        
        #line 44 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem RotateMenu90;
        
        #line default
        #line hidden
        
        
        #line 45 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem RotateMenu180;
        
        #line default
        #line hidden
        
        
        #line 46 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem RotateMenu270;
        
        #line default
        #line hidden
        
        
        #line 47 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem RotateMenuCustom;
        
        #line default
        #line hidden
        
        
        #line 49 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem CropMenu;
        
        #line default
        #line hidden
        
        
        #line 51 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem InsertMenu;
        
        #line default
        #line hidden
        
        
        #line 52 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem TextInsertMenu;
        
        #line default
        #line hidden
        
        
        #line 53 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ImageInsertMenu;
        
        #line default
        #line hidden
        
        
        #line 54 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.MenuItem ShapeInsertMenu;
        
        #line default
        #line hidden
        
        
        #line 58 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.ScrollViewer MainScrollViewer;
        
        #line default
        #line hidden
        
        
        #line 59 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.StackPanel GridPanel;
        
        #line default
        #line hidden
        
        
        #line 60 "..\..\..\ImageProcessingWindow.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Image MainImage;
        
        #line default
        #line hidden
        
        private bool _contentLoaded;
        
        /// <summary>
        /// InitializeComponent
        /// </summary>
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Uri resourceLocater = new System.Uri("/ImageProcessingWPF4;component/imageprocessingwindow.xaml", System.UriKind.Relative);
            
            #line 1 "..\..\..\ImageProcessingWindow.xaml"
            System.Windows.Application.LoadComponent(this, resourceLocater);
            
            #line default
            #line hidden
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [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:
            this.MainPanel = ((System.Windows.Controls.DockPanel)(target));
            return;
            case 2:
            this.MenuPanel = ((System.Windows.Controls.DockPanel)(target));
            return;
            case 3:
            this.MainMenu = ((System.Windows.Controls.Menu)(target));
            return;
            case 4:
            this.FileMenu = ((System.Windows.Controls.MenuItem)(target));
            return;
            case 5:
            this.OpenMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 9 "..\..\..\ImageProcessingWindow.xaml"
            this.OpenMenu.Click += new System.Windows.RoutedEventHandler(this.OpenMenu_Click);
            
            #line default
            #line hidden
            return;
            case 6:
            this.SaveMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 10 "..\..\..\ImageProcessingWindow.xaml"
            this.SaveMenu.Click += new System.Windows.RoutedEventHandler(this.SaveMenu_Click);
            
            #line default
            #line hidden
            return;
            case 7:
            this.PrintMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 12 "..\..\..\ImageProcessingWindow.xaml"
            this.PrintMenu.Click += new System.Windows.RoutedEventHandler(this.PrintMenu_Click);
            
            #line default
            #line hidden
            return;
            case 8:
            this.ExitMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 14 "..\..\..\ImageProcessingWindow.xaml"
            this.ExitMenu.Click += new System.Windows.RoutedEventHandler(this.ExitMenu_Click);
            
            #line default
            #line hidden
            return;
            case 9:
            this.EditMenu = ((System.Windows.Controls.MenuItem)(target));
            return;
            case 10:
            this.UndoMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 17 "..\..\..\ImageProcessingWindow.xaml"
            this.UndoMenu.Click += new System.Windows.RoutedEventHandler(this.UndoMenu_Click);
            
            #line default
            #line hidden
            return;
            case 11:
            this.ClearImageMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 18 "..\..\..\ImageProcessingWindow.xaml"
            this.ClearImageMenu.Click += new System.Windows.RoutedEventHandler(this.ClearImageMenu_Click);
            
            #line default
            #line hidden
            return;
            case 12:
            this.ViewMenu = ((System.Windows.Controls.MenuItem)(target));
            return;
            case 13:
            this.ImageInfoMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 21 "..\..\..\ImageProcessingWindow.xaml"
            this.ImageInfoMenu.Click += new System.Windows.RoutedEventHandler(this.ImageInfoMenu_Click);
            
            #line default
            #line hidden
            return;
            case 14:
            this.BitmapViewMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 23 "..\..\..\ImageProcessingWindow.xaml"
            this.BitmapViewMenu.Click += new System.Windows.RoutedEventHandler(this.BitmapViewMenu_Click);
            
            #line default
            #line hidden
            return;
            case 15:
            this.ThumbnailViewMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 24 "..\..\..\ImageProcessingWindow.xaml"
            this.ThumbnailViewMenu.Click += new System.Windows.RoutedEventHandler(this.ThumbnailViewMenu_Click);
            
            #line default
            #line hidden
            return;
            case 16:
            this.ColorMenu = ((System.Windows.Controls.MenuItem)(target));
            return;
            case 17:
            this.FilterMenu = ((System.Windows.Controls.MenuItem)(target));
            return;
            case 18:
            this.RedFilterMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 28 "..\..\..\ImageProcessingWindow.xaml"
            this.RedFilterMenu.Click += new System.Windows.RoutedEventHandler(this.RedFilterMenu_Click);
            
            #line default
            #line hidden
            return;
            case 19:
            this.GreenFilterMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 29 "..\..\..\ImageProcessingWindow.xaml"
            this.GreenFilterMenu.Click += new System.Windows.RoutedEventHandler(this.GreenFilterMenu_Click);
            
            #line default
            #line hidden
            return;
            case 20:
            this.BlueFilterMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 30 "..\..\..\ImageProcessingWindow.xaml"
            this.BlueFilterMenu.Click += new System.Windows.RoutedEventHandler(this.BlueFilterMenu_Click);
            
            #line default
            #line hidden
            return;
            case 21:
            this.BrightnessMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 32 "..\..\..\ImageProcessingWindow.xaml"
            this.BrightnessMenu.Click += new System.Windows.RoutedEventHandler(this.BrightnessMenu_Click);
            
            #line default
            #line hidden
            return;
            case 22:
            this.ConstrastMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 33 "..\..\..\ImageProcessingWindow.xaml"
            this.ConstrastMenu.Click += new System.Windows.RoutedEventHandler(this.ConstrastMenu_Click);
            
            #line default
            #line hidden
            return;
            case 23:
            this.GrayscaleMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 34 "..\..\..\ImageProcessingWindow.xaml"
            this.GrayscaleMenu.Click += new System.Windows.RoutedEventHandler(this.GrayscaleMenu_Click);
            
            #line default
            #line hidden
            return;
            case 24:
            this.SepiaToneMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 35 "..\..\..\ImageProcessingWindow.xaml"
            this.SepiaToneMenu.Click += new System.Windows.RoutedEventHandler(this.SepiaToneMenu_Click);
            
            #line default
            #line hidden
            return;
            case 25:
            this.InvertMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 36 "..\..\..\ImageProcessingWindow.xaml"
            this.InvertMenu.Click += new System.Windows.RoutedEventHandler(this.InvertMenu_Click);
            
            #line default
            #line hidden
            return;
            case 26:
            this.ImageMenu = ((System.Windows.Controls.MenuItem)(target));
            return;
            case 27:
            this.ResizeMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 39 "..\..\..\ImageProcessingWindow.xaml"
            this.ResizeMenu.Click += new System.Windows.RoutedEventHandler(this.ResizeMenu_Click);
            
            #line default
            #line hidden
            return;
            case 28:
            this.RotateFlipMenu = ((System.Windows.Controls.MenuItem)(target));
            return;
            case 29:
            this.FlipHorizontalMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 41 "..\..\..\ImageProcessingWindow.xaml"
            this.FlipHorizontalMenu.Click += new System.Windows.RoutedEventHandler(this.FlipHorizontalMenu_Click);
            
            #line default
            #line hidden
            return;
            case 30:
            this.FlipVerticalMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 42 "..\..\..\ImageProcessingWindow.xaml"
            this.FlipVerticalMenu.Click += new System.Windows.RoutedEventHandler(this.FlipVerticalMenu_Click);
            
            #line default
            #line hidden
            return;
            case 31:
            this.RotateMenu90 = ((System.Windows.Controls.MenuItem)(target));
            
            #line 44 "..\..\..\ImageProcessingWindow.xaml"
            this.RotateMenu90.Click += new System.Windows.RoutedEventHandler(this.RotateMenu90_Click);
            
            #line default
            #line hidden
            return;
            case 32:
            this.RotateMenu180 = ((System.Windows.Controls.MenuItem)(target));
            
            #line 45 "..\..\..\ImageProcessingWindow.xaml"
            this.RotateMenu180.Click += new System.Windows.RoutedEventHandler(this.RotateMenu180_Click);
            
            #line default
            #line hidden
            return;
            case 33:
            this.RotateMenu270 = ((System.Windows.Controls.MenuItem)(target));
            
            #line 46 "..\..\..\ImageProcessingWindow.xaml"
            this.RotateMenu270.Click += new System.Windows.RoutedEventHandler(this.RotateMenu270_Click);
            
            #line default
            #line hidden
            return;
            case 34:
            this.RotateMenuCustom = ((System.Windows.Controls.MenuItem)(target));
            
            #line 47 "..\..\..\ImageProcessingWindow.xaml"
            this.RotateMenuCustom.Click += new System.Windows.RoutedEventHandler(this.RotateMenuCustom_Click);
            
            #line default
            #line hidden
            return;
            case 35:
            this.CropMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 49 "..\..\..\ImageProcessingWindow.xaml"
            this.CropMenu.Click += new System.Windows.RoutedEventHandler(this.CropMenu_Click);
            
            #line default
            #line hidden
            return;
            case 36:
            this.InsertMenu = ((System.Windows.Controls.MenuItem)(target));
            return;
            case 37:
            this.TextInsertMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 52 "..\..\..\ImageProcessingWindow.xaml"
            this.TextInsertMenu.Click += new System.Windows.RoutedEventHandler(this.TextInsertMenu_Click);
            
            #line default
            #line hidden
            return;
            case 38:
            this.ImageInsertMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 53 "..\..\..\ImageProcessingWindow.xaml"
            this.ImageInsertMenu.Click += new System.Windows.RoutedEventHandler(this.ImageInsertMenu_Click);
            
            #line default
            #line hidden
            return;
            case 39:
            this.ShapeInsertMenu = ((System.Windows.Controls.MenuItem)(target));
            
            #line 54 "..\..\..\ImageProcessingWindow.xaml"
            this.ShapeInsertMenu.Click += new System.Windows.RoutedEventHandler(this.ShapeInsertMenu_Click);
            
            #line default
            #line hidden
            return;
            case 40:
            this.MainScrollViewer = ((System.Windows.Controls.ScrollViewer)(target));
            return;
            case 41:
            this.GridPanel = ((System.Windows.Controls.StackPanel)(target));
            return;
            case 42:
            this.MainImage = ((System.Windows.Controls.Image)(target));
            return;
            }
            this._contentLoaded = true;
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions