1 write to _type
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
92_type = value;
10 references to _type
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (10)
67get { return _type; } 98if (_type != null) 100knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(_type) as WpfKnownType; 464return (DependencyObject)Activator.CreateInstance(_type); 542if (_type == null && _text == null) 551if (!typeof(IAddChild).IsAssignableFrom(_type)) 553throw new InvalidOperationException(SR.Format(SR.TypeMustImplementIAddChild, _type.Name)); 772AddNodeToLogicalTree( (FrameworkContentElement)parent, _type, 1157if (typeof(ContentPresenter).IsAssignableFrom(_type)) 1206else if (typeof(GridViewRowPresenter).IsAssignableFrom(_type))