3 overrides of TargetTypeInternal
PresentationFramework (3)
System\Windows\Controls\ItemsPanelTemplate.cs (1)
64
internal override Type
TargetTypeInternal
System\Windows\ControlTemplate.cs (1)
150
internal override Type
TargetTypeInternal
System\Windows\DataTemplate.cs (1)
133
internal override Type
TargetTypeInternal
5 references to TargetTypeInternal
PresentationFramework (5)
System\Windows\FrameworkElementFactory.cs (2)
1173
Type targetType = _frameworkTemplate.
TargetTypeInternal
;
1216
Type targetType = _frameworkTemplate.
TargetTypeInternal
;
System\Windows\Markup\DependencyPropertyConverter.cs (1)
219
type = tempContent.OwnerTemplate.
TargetTypeInternal
;
System\Windows\TemplateContent.cs (2)
504
OwnerTemplate.
TargetTypeInternal
,
525
OwnerTemplate.
TargetTypeInternal
,