Base:
method
OnApplyTemplate
System.Windows.FrameworkElement.OnApplyTemplate()
2 overrides of OnApplyTemplate
PresentationFramework (1)
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
84public override void OnApplyTemplate()
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
65public override void OnApplyTemplate()
2 references to OnApplyTemplate
PresentationFramework (1)
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
86base.OnApplyTemplate();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
68base.OnApplyTemplate();