6 references to TextProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\DatePicker.cs (6)
553get { return (string)GetValue(TextProperty); } 554set { SetValue(TextProperty, value); } 577if (!dp.IsHandlerSuspended(DatePicker.TextProperty)) 608SetCurrentValueInternal(TextProperty, value); 1231SetCurrentValueInternal(TextProperty, s); 1307this.SetValueNoCallback(DatePicker.TextProperty, this._textBox.Text);