6 references to MappingProtocol
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2156
if (xamlNs.StartsWith(XamlReaderHelper.
MappingProtocol
, StringComparison.Ordinal))
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3401
if (xmlNamespace.StartsWith(XamlReaderHelper.
MappingProtocol
, StringComparison.Ordinal))
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (4)
247
return XamlReaderHelper.
MappingProtocol
+ clrNamespace +
255
int clrNsIndex = xmlNamespace.IndexOf(XamlReaderHelper.
MappingProtocol
, StringComparison.Ordinal);
260
clrNsIndex += XamlReaderHelper.
MappingProtocol
.Length;
363
if (xamlNamespace.StartsWith(XamlReaderHelper.
MappingProtocol
, StringComparison.Ordinal))