3 overrides of ValidateTemplatedParent
PresentationFramework (3)
src\Framework\System\Windows\Controls\ItemsPanelTemplate.cs (1)
157protected override void ValidateTemplatedParent(FrameworkElement templatedParent)
src\Framework\System\Windows\ControlTemplate.cs (1)
62protected override void ValidateTemplatedParent(FrameworkElement templatedParent)
src\Framework\System\Windows\DataTemplate.cs (1)
186protected override void ValidateTemplatedParent(FrameworkElement templatedParent)
1 reference to ValidateTemplatedParent
PresentationFramework (1)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
500ValidateTemplatedParent(container);