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