1 write to _type
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
104
_type
= value;
10 references to _type
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (10)
78
get { return
_type
; }
110
if (
_type
!= null)
112
knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(
_type
) as WpfKnownType;
475
return (DependencyObject)Activator.CreateInstance(
_type
);
553
if (
_type
== null && _text == null)
562
if (!typeof(IAddChild).IsAssignableFrom(
_type
))
564
throw new InvalidOperationException(SR.Format(SR.TypeMustImplementIAddChild,
_type
.Name));
783
AddNodeToLogicalTree( (FrameworkContentElement)parent,
_type
,
1168
if (typeof(ContentPresenter).IsAssignableFrom(
_type
))
1217
else if (typeof(GridViewRowPresenter).IsAssignableFrom(
_type
))