7 instantiations of Scope
PresentationFramework (7)
System\Windows\Markup\Primitives\MarkupWriter.cs (7)
450Scope scope = new Scope(null); 721WriteItem(subItem, new Scope(scope)); 764WriteItem(subItem, new Scope(scope)); 776WriteItem(subItem, new Scope(scope)); 790WriteItem(wrappedItem, new Scope(scope)); 804WriteItem(subItem, new Scope(scope)); 841WriteItem(subItem, new Scope(scope));
11 references to Scope
PresentationFramework (11)
System\Windows\Markup\Primitives\MarkupWriter.cs (11)
175private bool RecordNamespaces(Scope scope, MarkupObject item, IValueSerializerContext context, bool 450Scope scope = new Scope(null); 464private void WriteItem(MarkupObject item, Scope scope) 1035private void WriteExplicitTagStart(MarkupProperty property, Scope scope) 1078private void WriteXmlIsland(IXmlSerializable xmlSerializable, Scope scope) 1307private Scope _containingScope; 1313public Scope(Scope containingScope) 1456Scope _scope; 1458internal MarkupWriterContext(Scope scope) 1515Scope _scope; 1517public TypeValueSerializer(Scope scope)