9 overrides of OnPreApplyTemplate
PresentationFramework (9)
System\Windows\Controls\ContentPresenter.cs (1)
439internal override void OnPreApplyTemplate()
System\Windows\Controls\Control.cs (1)
592internal override void OnPreApplyTemplate()
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
523internal override void OnPreApplyTemplate()
System\Windows\Controls\GridViewRowPresenter.cs (1)
245internal override void OnPreApplyTemplate()
System\Windows\Controls\InkCanvas.cs (1)
317internal override void OnPreApplyTemplate()
System\Windows\Controls\ItemsPresenter.cs (1)
32internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\TickBar.cs (1)
675internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
324internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\Track.cs (1)
709internal override void OnPreApplyTemplate()
10 references to OnPreApplyTemplate
PresentationFramework (10)
System\Windows\Controls\ContentPresenter.cs (1)
441base.OnPreApplyTemplate();
System\Windows\Controls\Control.cs (1)
595base.OnPreApplyTemplate();
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
561base.OnPreApplyTemplate();
System\Windows\Controls\GridViewRowPresenter.cs (1)
254base.OnPreApplyTemplate();
System\Windows\Controls\InkCanvas.cs (1)
321base.OnPreApplyTemplate();
System\Windows\Controls\ItemsPresenter.cs (1)
34base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\TickBar.cs (1)
677base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
326base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\Track.cs (1)
711base.OnPreApplyTemplate();
System\Windows\FrameworkElement.cs (1)
347OnPreApplyTemplate();