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