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