2 overrides of TryGetCompatibleXamlNamespace
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
27
public override bool
TryGetCompatibleXamlNamespace
(string xamlNamespace, out string compatibleNamespace)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
102
public override bool
TryGetCompatibleXamlNamespace
(string xamlNamespace, out string compatibleNamespace)
3 references to TryGetCompatibleXamlNamespace
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
29
return _parentSchemaContext.
TryGetCompatibleXamlNamespace
(xamlNamespace, out compatibleNamespace);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
105
if (_sharedSchemaContext.
TryGetCompatibleXamlNamespace
(xamlNamespace, out compatibleNamespace))
System.Xaml (1)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
353
bool result = _context.SchemaContext.
TryGetCompatibleXamlNamespace
(xmlNamespace, out newXmlNamespace);