6 references to TextProperty
PresentationFramework (6)
System\Windows\Controls\DatePicker.cs (6)
559
get { return (string)GetValue(
TextProperty
); }
560
set { SetValue(
TextProperty
, value); }
583
if (!dp.IsHandlerSuspended(DatePicker.
TextProperty
))
614
SetCurrentValueInternal(
TextProperty
, value);
1236
SetCurrentValueInternal(
TextProperty
, s);
1312
this.SetValueNoCallback(DatePicker.
TextProperty
, this._textBox.Text);