1 write to Type
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
57
Type
= type;
10 references to Type
PresentationFramework (10)
System\Windows\Controls\ItemsPanelTemplate.cs (2)
124
if (!typeof(Panel).IsAssignableFrom(root.
Type
))
125
throw new InvalidOperationException(SR.Format(SR.ItemsPanelNotAPanel, root.
Type
));
System\Windows\Controls\ItemsPresenter.cs (1)
310
type = Template.VisualTree.
Type
;
System\Windows\FrameworkTemplate.cs (2)
375
typeof(FrameworkContentElement).IsAssignableFrom(templateRoot.
Type
))
377
throw new ArgumentException(SR.Format(SR.VisualTreeRootIsFrameworkElement, nameof(FrameworkElement), templateRoot.
Type
.Name));
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (4)
44
if (_factory.
Type
!= null)
45
return _factory.
Type
;
61
if (_factory.
Type
== null)
89
if (_factory.FirstChild.
Type
== null)
System\Windows\StyleHelper.cs (1)
2683
sourceNodeType = FindFEF(templateRoot, sourceChildIndex).
Type
;