1 write to Type
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
65Type = type;
10 references to Type
PresentationFramework (10)
src\Framework\System\Windows\Controls\ItemsPanelTemplate.cs (2)
134if (!typeof(Panel).IsAssignableFrom(root.Type)) 135throw new InvalidOperationException(SR.Get(SRID.ItemsPanelNotAPanel, root.Type));
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
320type = Template.VisualTree.Type;
src\Framework\System\Windows\FrameworkTemplate.cs (2)
387typeof(FrameworkContentElement).IsAssignableFrom(templateRoot.Type)) 390typeof(FrameworkElement).Name, templateRoot.Type.Name));
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (4)
56if (_factory.Type != null) 57return _factory.Type; 73if (_factory.Type == null) 101if (_factory.FirstChild.Type == null)
src\Framework\System\Windows\StyleHelper.cs (1)
2695sourceNodeType = FindFEF(templateRoot, sourceChildIndex).Type;