3 references to GetKnownXamlType
PresentationFramework (3)
MS\Internal\Data\DefaultValueConverter.cs (1)
179
WpfKnownType knownType = XamlReader.BamlSharedSchemaContext.
GetKnownXamlType
(type) as WpfKnownType;
System\Windows\FrameworkElementFactory.cs (1)
104
knownType = XamlReader.BamlSharedSchemaContext.
GetKnownXamlType
(_type) as WpfKnownType;
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
180
XamlType xamlType =
GetKnownXamlType
(type);