1 write to _type
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
93
_type
= value;
10 references to _type
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (10)
68
get { return
_type
; }
99
if (
_type
!= null)
101
knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(
_type
) as WpfKnownType;
465
return (DependencyObject)Activator.CreateInstance(
_type
);
543
if (
_type
== null && _text == null)
552
if (!typeof(IAddChild).IsAssignableFrom(
_type
))
554
throw new InvalidOperationException(SR.Format(SR.TypeMustImplementIAddChild,
_type
.Name));
773
AddNodeToLogicalTree( (FrameworkContentElement)parent,
_type
,
1158
if (typeof(ContentPresenter).IsAssignableFrom(
_type
))
1207
else if (typeof(GridViewRowPresenter).IsAssignableFrom(
_type
))