11 references to DatePickerTextBox
PresentationFramework (11)
src\Framework\System\Windows\Controls\DatePicker.cs (3)
28
[TemplatePart(Name = DatePicker.ElementTextBox, Type = typeof(
DatePickerTextBox
))]
49
private
DatePickerTextBox
_textBox;
701
_textBox = GetTemplateChild(ElementTextBox) as
DatePickerTextBox
;
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (8)
20
[TemplatePart(Name =
DatePickerTextBox
.ElementContentName, Type = typeof(ContentControl))]
41
DefaultStyleKeyProperty.OverrideMetadata(typeof(
DatePickerTextBox
), new FrameworkPropertyMetadata(typeof(
DatePickerTextBox
)));
42
TextProperty.OverrideMetadata(typeof(
DatePickerTextBox
), new FrameworkPropertyMetadata(OnVisualStatePropertyChanged));
46
/// Initializes a new instance of the <see cref="
DatePickerTextBox
"/> class.
63
"Watermark", typeof(object), typeof(
DatePickerTextBox
), new PropertyMetadata(OnWatermarkPropertyChanged));
194
DatePickerTextBox
datePickerTextBox = sender as
DatePickerTextBox
;