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