9 overrides of OnPreApplyTemplate
PresentationFramework (9)
System\Windows\Controls\ContentPresenter.cs (1)
441internal 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)
327internal override void OnPreApplyTemplate()
System\Windows\Controls\ItemsPresenter.cs (1)
32internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\TickBar.cs (1)
677internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
321internal override void OnPreApplyTemplate()
System\Windows\Controls\Primitives\Track.cs (1)
707internal override void OnPreApplyTemplate()
10 references to OnPreApplyTemplate
PresentationFramework (10)
System\Windows\Controls\ContentPresenter.cs (1)
443base.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)
331base.OnPreApplyTemplate();
System\Windows\Controls\ItemsPresenter.cs (1)
34base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\TickBar.cs (1)
679base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
323base.OnPreApplyTemplate();
System\Windows\Controls\Primitives\Track.cs (1)
709base.OnPreApplyTemplate();
System\Windows\FrameworkElement.cs (1)
340OnPreApplyTemplate();