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