1 write to Type
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
68
Type
= type;
10 references to Type
PresentationFramework (10)
System\Windows\Controls\ItemsPanelTemplate.cs (2)
130
if (!typeof(Panel).IsAssignableFrom(root.
Type
))
131
throw new InvalidOperationException(SR.Format(SR.ItemsPanelNotAPanel, root.
Type
));
System\Windows\Controls\ItemsPresenter.cs (1)
318
type = Template.VisualTree.
Type
;
System\Windows\FrameworkTemplate.cs (2)
384
typeof(FrameworkContentElement).IsAssignableFrom(templateRoot.
Type
))
387
typeof(FrameworkElement).Name, templateRoot.
Type
.Name));
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (4)
51
if (_factory.
Type
!= null)
52
return _factory.
Type
;
68
if (_factory.
Type
== null)
96
if (_factory.FirstChild.
Type
== null)
System\Windows\StyleHelper.cs (1)
2695
sourceNodeType = FindFEF(templateRoot, sourceChildIndex).
Type
;