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