1 write to _type
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
96_type = value;
10 references to _type
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (10)
70get { return _type; } 102if (_type != null) 104knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(_type) as WpfKnownType; 467return (DependencyObject)Activator.CreateInstance(_type); 545if (_type == null && _text == null) 554if (!typeof(IAddChild).IsAssignableFrom(_type)) 556throw new InvalidOperationException(SR.Format(SR.TypeMustImplementIAddChild, _type.Name)); 775AddNodeToLogicalTree( (FrameworkContentElement)parent, _type, 1160if (typeof(ContentPresenter).IsAssignableFrom(_type)) 1209else if (typeof(GridViewRowPresenter).IsAssignableFrom(_type))