7 instantiations of Scope
PresentationFramework (7)
System\Windows\Markup\Primitives\MarkupWriter.cs (7)
445Scope scope = new Scope(null); 716WriteItem(subItem, new Scope(scope)); 759WriteItem(subItem, new Scope(scope)); 771WriteItem(subItem, new Scope(scope)); 785WriteItem(wrappedItem, new Scope(scope)); 799WriteItem(subItem, new Scope(scope)); 836WriteItem(subItem, new Scope(scope));
11 references to Scope
PresentationFramework (11)
System\Windows\Markup\Primitives\MarkupWriter.cs (11)
170private bool RecordNamespaces(Scope scope, MarkupObject item, IValueSerializerContext context, bool 445Scope scope = new Scope(null); 459private void WriteItem(MarkupObject item, Scope scope) 1030private void WriteExplicitTagStart(MarkupProperty property, Scope scope) 1073private void WriteXmlIsland(IXmlSerializable xmlSerializable, Scope scope) 1302private Scope _containingScope; 1308public Scope(Scope containingScope) 1451Scope _scope; 1453internal MarkupWriterContext(Scope scope) 1510Scope _scope; 1512public TypeValueSerializer(Scope scope)