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