combobox.g.cs

来自「学习微软的Silverlight的不错的源码」· CS 代码 · 共 59 行

CS
59
字号
#pragma checksum "C:\Silverlight20\Silverlight20\Control\ComboBox.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4BD89E872FB90D5E092ACA9D34A28056"
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行时版本:2.0.50727.3053
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Automation.Peers;
using System.Windows.Automation.Provider;
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.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Resources;
using System.Windows.Shapes;
using System.Windows.Threading;


namespace Silverlight20.Control {
    
    
    public partial class ComboBox : System.Windows.Controls.UserControl {
        
        internal System.Windows.Controls.ComboBox cbo;
        
        internal System.Windows.Controls.ComboBox cbo2;
        
        private bool _contentLoaded;
        
        /// <summary>
        /// InitializeComponent
        /// </summary>
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Windows.Application.LoadComponent(this, new System.Uri("/Silverlight20;component/Control/ComboBox.xaml", System.UriKind.Relative));
            this.cbo = ((System.Windows.Controls.ComboBox)(this.FindName("cbo")));
            this.cbo2 = ((System.Windows.Controls.ComboBox)(this.FindName("cbo2")));
        }
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?