示例#1
0
        public IntellisenseTextBoxExample()
        {
            InitializeComponent();

            ExampleViewBase.ExampleXaml = xaml;

            ExampleViewBase.AddDemoProperty(TimsWpfControls.IntellisenseTextBox.WidthProperty, IntellisenseTextBox);
            ExampleViewBase.AddDemoProperty(TimsWpfControls.IntellisenseTextBox.HeightProperty, IntellisenseTextBox);
            ExampleViewBase.AddDemoProperty(TimsWpfControls.IntellisenseTextBox.SuffixAfterInsertProperty, IntellisenseTextBox);
            ExampleViewBase.AddDemoProperty(TimsWpfControls.IntellisenseTextBox.AcceptsReturnProperty, IntellisenseTextBox);
            ExampleViewBase.AddDemoProperty(TimsWpfControls.IntellisenseTextBox.AcceptsTabProperty, IntellisenseTextBox);
            ExampleViewBase.AddDemoProperty(TimsWpfControls.IntellisenseTextBox.ContentAssistSourceProperty, IntellisenseTextBox);
        }
        public IntellisenseTextBoxExample()
        {
            InitializeComponent();

            ExampleViewBase.GetAllProperties(IntellisenseTextBox);
        }