11 references to DatePickerTextBox
PresentationFramework (11)
System\Windows\Controls\DatePicker.cs (3)
23
[TemplatePart(Name = DatePicker.ElementTextBox, Type = typeof(
DatePickerTextBox
))]
44
private
DatePickerTextBox
_textBox;
708
_textBox = GetTemplateChild(ElementTextBox) as
DatePickerTextBox
;
System\Windows\Controls\Primitives\DatePickerTextBox.cs (8)
15
[TemplatePart(Name =
DatePickerTextBox
.ElementContentName, Type = typeof(ContentControl))]
36
DefaultStyleKeyProperty.OverrideMetadata(typeof(
DatePickerTextBox
), new FrameworkPropertyMetadata(typeof(
DatePickerTextBox
)));
37
TextProperty.OverrideMetadata(typeof(
DatePickerTextBox
), new FrameworkPropertyMetadata(OnVisualStatePropertyChanged));
41
/// Initializes a new instance of the <see cref="
DatePickerTextBox
"/> class.
58
"Watermark", typeof(object), typeof(
DatePickerTextBox
), new PropertyMetadata(OnWatermarkPropertyChanged));
191
DatePickerTextBox
datePickerTextBox = sender as
DatePickerTextBox
;