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