9 overrides of OnPreApplyTemplate
PresentationFramework (9)
System\Windows\Controls\ContentPresenter.cs (1)
440internal override void OnPreApplyTemplate()
System\Windows\Controls\Control.cs (1)
591internal override void OnPreApplyTemplate()
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
522internal override void OnPreApplyTemplate()
System\Windows\Controls\GridViewRowPresenter.cs (1)
244internal override void OnPreApplyTemplate()
System\Windows\Controls\InkCanvas.cs (1)
326internal override void OnPreApplyTemplate()
System\Windows\Controls\ItemsPresenter.cs (1)
31internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\TickBar.cs (1)
676internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
320internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\Track.cs (1)
698internal override void OnPreApplyTemplate()
10 references to OnPreApplyTemplate
PresentationFramework (10)
System\Windows\Controls\ContentPresenter.cs (1)
442base.OnPreApplyTemplate();
System\Windows\Controls\Control.cs (1)
594base.OnPreApplyTemplate();
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
560base.OnPreApplyTemplate();
System\Windows\Controls\GridViewRowPresenter.cs (1)
253base.OnPreApplyTemplate();
System\Windows\Controls\InkCanvas.cs (1)
330base.OnPreApplyTemplate();
System\Windows\Controls\ItemsPresenter.cs (1)
33base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\TickBar.cs (1)
678base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
322base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\Track.cs (1)
700base.OnPreApplyTemplate();
System\Windows\FrameworkElement.cs (1)
339OnPreApplyTemplate();