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