6 references to TextProperty
PresentationFramework (6)
System\Windows\Controls\DatePicker.cs (6)
560get { return (string)GetValue(TextProperty); } 561set { SetValue(TextProperty, value); } 584if (!dp.IsHandlerSuspended(DatePicker.TextProperty)) 615SetCurrentValueInternal(TextProperty, value); 1238SetCurrentValueInternal(TextProperty, s); 1314this.SetValueNoCallback(DatePicker.TextProperty, this._textBox.Text);