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