9 overrides of OnPreApplyTemplate
PresentationFramework (9)
System\Windows\Controls\ContentPresenter.cs (1)
448internal override void OnPreApplyTemplate()
System\Windows\Controls\Control.cs (1)
601internal override void OnPreApplyTemplate()
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
526internal override void OnPreApplyTemplate()
System\Windows\Controls\GridViewRowPresenter.cs (1)
249internal override void OnPreApplyTemplate()
System\Windows\Controls\InkCanvas.cs (1)
329internal override void OnPreApplyTemplate()
System\Windows\Controls\ItemsPresenter.cs (1)
36internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\TickBar.cs (1)
689internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
333internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\Track.cs (1)
720internal override void OnPreApplyTemplate()
10 references to OnPreApplyTemplate
PresentationFramework (10)
System\Windows\Controls\ContentPresenter.cs (1)
450base.OnPreApplyTemplate();
System\Windows\Controls\Control.cs (1)
604base.OnPreApplyTemplate();
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
564base.OnPreApplyTemplate();
System\Windows\Controls\GridViewRowPresenter.cs (1)
258base.OnPreApplyTemplate();
System\Windows\Controls\InkCanvas.cs (1)
333base.OnPreApplyTemplate();
System\Windows\Controls\ItemsPresenter.cs (1)
38base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\TickBar.cs (1)
691base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
335base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\Track.cs (1)
722base.OnPreApplyTemplate();
System\Windows\FrameworkElement.cs (1)
358OnPreApplyTemplate();