1 write to _type
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
101_type = value;
10 references to _type
PresentationFramework (10)
src\Framework\System\Windows\FrameworkElementFactory.cs (10)
75get { return _type; } 107if (_type != null) 109knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(_type) as WpfKnownType; 498return (DependencyObject)Activator.CreateInstance(_type); 575if (_type == null && _text == null) 584if (!typeof(IAddChild).IsAssignableFrom(_type)) 586throw new InvalidOperationException(SR.Get(SRID.TypeMustImplementIAddChild, _type.Name)); 805AddNodeToLogicalTree( (FrameworkContentElement)parent, _type, 1192if (typeof(ContentPresenter).IsAssignableFrom(_type)) 1241else if (typeof(GridViewRowPresenter).IsAssignableFrom(_type))