1 instantiation of PartiallyOrderedList
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
964deferredProperties = new PartiallyOrderedList<string, MarkupProperty>();
2 references to PartiallyOrderedList
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
511PartiallyOrderedList<string, MarkupProperty> deferredProperties = null; 947ref PartiallyOrderedList<string, MarkupProperty> deferredProperties)