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