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