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