7 references to XmlnsDictionary
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
298
var wpfDefaultNamespace = new System.Windows.Markup.
XmlnsDictionary
();
src\Framework\System\Windows\Markup\BamlReader.cs (1)
182
_prefixDictionary = new
XmlnsDictionary
();
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
3990
elemDict = new
XmlnsDictionary
();
src\Framework\System\Windows\Markup\ParserContext.cs (3)
118
_xmlnsDictionary = new
XmlnsDictionary
() ;
189
_xmlnsDictionary = new
XmlnsDictionary
();
278
_xmlnsDictionary = new
XmlnsDictionary
();
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
200
new
XmlnsDictionary
();