Base:
method
OnApplyTemplate
System.Windows.FrameworkElement.OnApplyTemplate()
2 overrides of OnApplyTemplate
PresentationFramework (1)
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
79public override void OnApplyTemplate()
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
63public override void OnApplyTemplate()
2 references to OnApplyTemplate
PresentationFramework (1)
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
81base.OnApplyTemplate();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
66base.OnApplyTemplate();