1 write to Type
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
58Type = type;
10 references to Type
PresentationFramework (10)
System\Windows\Controls\ItemsPanelTemplate.cs (2)
125if (!typeof(Panel).IsAssignableFrom(root.Type)) 126throw new InvalidOperationException(SR.Format(SR.ItemsPanelNotAPanel, root.Type));
System\Windows\Controls\ItemsPresenter.cs (1)
314type = Template.VisualTree.Type;
System\Windows\FrameworkTemplate.cs (2)
376typeof(FrameworkContentElement).IsAssignableFrom(templateRoot.Type)) 379typeof(FrameworkElement).Name, templateRoot.Type.Name));
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (4)
45if (_factory.Type != null) 46return _factory.Type; 62if (_factory.Type == null) 90if (_factory.FirstChild.Type == null)
System\Windows\StyleHelper.cs (1)
2691sourceNodeType = FindFEF(templateRoot, sourceChildIndex).Type;