3 references to WatermarkProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\DatePickerTextBox.cs (3)
44
this.SetCurrentValue(
WatermarkProperty
, SR.DatePickerTextBox_DefaultWatermarkText);
65
get { return (object)GetValue(
WatermarkProperty
); }
66
set { SetValue(
WatermarkProperty
, value); }