1 write to _uriToPrefix
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1409_uriToPrefix = new Dictionary<string, string>();
6 references to _uriToPrefix
PresentationFramework (6)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (6)
1389if (_uriToPrefix != null && _uriToPrefix.TryGetValue(uri, out result)) 1408if (_uriToPrefix == null) 1412_uriToPrefix[uri] = prefix; 1446if (_uriToPrefix != null) 1447foreach (KeyValuePair<string, string> mapping in _uriToPrefix)