11 references to DatePickerTextBox
PresentationFramework (11)
System\Windows\Controls\DatePicker.cs (3)
22
[TemplatePart(Name = DatePicker.ElementTextBox, Type = typeof(
DatePickerTextBox
))]
43
private
DatePickerTextBox
_textBox;
707
_textBox = GetTemplateChild(ElementTextBox) as
DatePickerTextBox
;
System\Windows\Controls\Primitives\DatePickerTextBox.cs (8)
14
[TemplatePart(Name =
DatePickerTextBox
.ElementContentName, Type = typeof(ContentControl))]
35
DefaultStyleKeyProperty.OverrideMetadata(typeof(
DatePickerTextBox
), new FrameworkPropertyMetadata(typeof(
DatePickerTextBox
)));
36
TextProperty.OverrideMetadata(typeof(
DatePickerTextBox
), new FrameworkPropertyMetadata(OnVisualStatePropertyChanged));
40
/// Initializes a new instance of the <see cref="
DatePickerTextBox
"/> class.
57
"Watermark", typeof(object), typeof(
DatePickerTextBox
), new PropertyMetadata(OnWatermarkPropertyChanged));
190
DatePickerTextBox
datePickerTextBox = sender as
DatePickerTextBox
;