2 instantiations of PreserveItemSet
WindowsBase (2)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (2)
1851
preserveElementSet = new
PreserveItemSet
(namespaceName, _reader);
1866
preserveAttributeSet = new
PreserveItemSet
(namespaceName, _reader);
6 references to PreserveItemSet
WindowsBase (6)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (6)
1646
Dictionary<string,
PreserveItemSet
> _preserveElements;
1647
Dictionary<string,
PreserveItemSet
> _preserveAttributes;
1846
_preserveElements = new Dictionary<string,
PreserveItemSet
>();
1848
PreserveItemSet
preserveElementSet;
1861
_preserveAttributes = new Dictionary<string,
PreserveItemSet
>();
1863
PreserveItemSet
preserveAttributeSet;