7 instantiations of Scope
PresentationFramework (7)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (7)
465Scope scope = new Scope(null); 735WriteItem(subItem, new Scope(scope)); 778WriteItem(subItem, new Scope(scope)); 790WriteItem(subItem, new Scope(scope)); 804WriteItem(wrappedItem, new Scope(scope)); 818WriteItem(subItem, new Scope(scope)); 855WriteItem(subItem, new Scope(scope));
11 references to Scope
PresentationFramework (11)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (11)
189private bool RecordNamespaces(Scope scope, MarkupObject item, IValueSerializerContext context, bool 465Scope scope = new Scope(null); 479private void WriteItem(MarkupObject item, Scope scope) 1049private void WriteExplicitTagStart(MarkupProperty property, Scope scope) 1092private void WriteXmlIsland(IXmlSerializable xmlSerializable, Scope scope) 1321private Scope _containingScope; 1327public Scope(Scope containingScope) 1470Scope _scope; 1472internal MarkupWriterContext(Scope scope) 1530Scope _scope; 1532public TypeValueSerializer(Scope scope)