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)
75
get { return
_type
; }
107
if (
_type
!= null)
109
knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(
_type
) as WpfKnownType;
498
return (DependencyObject)Activator.CreateInstance(
_type
);
575
if (
_type
== null && _text == null)
584
if (!typeof(IAddChild).IsAssignableFrom(
_type
))
586
throw new InvalidOperationException(SR.Get(SRID.TypeMustImplementIAddChild,
_type
.Name));
805
AddNodeToLogicalTree( (FrameworkContentElement)parent,
_type
,
1192
if (typeof(ContentPresenter).IsAssignableFrom(
_type
))
1241
else if (typeof(GridViewRowPresenter).IsAssignableFrom(
_type
))