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)
67
get { return
_type
; }
98
if (
_type
!= null)
100
knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(
_type
) as WpfKnownType;
464
return (DependencyObject)Activator.CreateInstance(
_type
);
542
if (
_type
== null && _text == null)
551
if (!typeof(IAddChild).IsAssignableFrom(
_type
))
553
throw new InvalidOperationException(SR.Format(SR.TypeMustImplementIAddChild,
_type
.Name));
772
AddNodeToLogicalTree( (FrameworkContentElement)parent,
_type
,
1157
if (typeof(ContentPresenter).IsAssignableFrom(
_type
))
1206
else if (typeof(GridViewRowPresenter).IsAssignableFrom(
_type
))