6 references to TextProperty
PresentationFramework (6)
System\Windows\Controls\DatePicker.cs (6)
564get { return (string)GetValue(TextProperty); } 565set { SetValue(TextProperty, value); } 588if (!dp.IsHandlerSuspended(DatePicker.TextProperty)) 619SetCurrentValueInternal(TextProperty, value); 1242SetCurrentValueInternal(TextProperty, s); 1318this.SetValueNoCallback(DatePicker.TextProperty, this._textBox.Text);