116 instantiations of XamlNode
System.Xaml (116)
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
223
_endOfStreamNode = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
237
_current = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream); // user must call Read() before using properties.
System\Xaml\Parser\MePullParser.cs (7)
479
var startObj = new
XamlNode
(XamlNodeType.StartObject, xamlType);
486
return new
XamlNode
(XamlNodeType.EndObject);
494
XamlNode startMember = new
XamlNode
(XamlNodeType.StartMember, member);
501
return new
XamlNode
(XamlNodeType.EndMember);
508
XamlNode startProperty = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters);
520
return new
XamlNode
(XamlNodeType.EndMember);
526
XamlNode textNode = new
XamlNode
(XamlNodeType.Value, text);
System\Xaml\Parser\NodeStreamSorter.cs (4)
214
XamlNode node = new
XamlNode
(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(uriString, prefix));
245
var startProperty = new
XamlNode
(XamlNodeType.StartMember, xmlDirectiveProperty);
249
var textNode = new
XamlNode
(XamlNodeType.Value, textValue);
254
_buffer.Enqueue(new
XamlNode
(XamlNodeType.EndMember));
System\Xaml\Parser\XamlPullParser.cs (20)
288
yield return new
XamlNode
(XamlNodeType.Value, string.Empty);
617
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
718
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
749
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
802
XamlNode lineInfoNode = new
XamlNode
(lineInfo);
810
XamlNode addNs = new
XamlNode
(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(xamlNs, prefix));
820
XamlNode startObj = new
XamlNode
(XamlNodeType.StartObject, xamlType);
831
XamlNode endObj = new
XamlNode
(XamlNodeType.EndObject);
845
XamlNode startProperty = new
XamlNode
(XamlNodeType.StartMember, property);
858
XamlNode textNode = new
XamlNode
(XamlNodeType.Value, text.AttributeText);
862
yield return new
XamlNode
(XamlNodeType.EndMember);
867
var endOfAttributes = new
XamlNode
(XamlNode.InternalNodeType.EndOfAttributes);
882
var startMember = new
XamlNode
(XamlNodeType.StartMember, member);
891
return new
XamlNode
(XamlNodeType.EndMember);
902
var startProperty = new
XamlNode
(XamlNodeType.StartMember, property);
913
var startProperty = new
XamlNode
(XamlNodeType.StartMember, initProperty);
962
var startObj = new
XamlNode
(XamlNodeType.GetObject);
971
var startProperty = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items);
1041
yield return new
XamlNode
(XamlNodeType.NamespaceDeclaration, nsDecl);
1048
yield return new
XamlNode
(XamlNodeType.Value, typeNameString);
System\Xaml\ReaderDelegate.cs (1)
22
_currentNode = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
System\Xaml\ReaderMultiIndexDelegate.cs (2)
21
private static XamlNode s_StartOfStream = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
22
private static XamlNode s_EndOfStream = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
System\Xaml\XamlBackgroundReader.cs (4)
75
_currentNode = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
153
AddToBuffer(new
XamlNode
(nodeType, data));
158
AddToBuffer(new
XamlNode
(XamlNode.InternalNodeType.EndOfStream));
170
XamlNode node = new
XamlNode
(lineInfo);
System\Xaml\XamlNodeList.cs (2)
73
XamlNode node = new
XamlNode
(nodeType, data);
94
XamlNode node = new
XamlNode
(new LineInfo(lineNumber, linePosition));
System\Xaml\XamlNodeQueue.cs (3)
26
_endOfStreamNode = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
64
XamlNode node = new
XamlNode
(nodeType, data);
76
XamlNode node = new
XamlNode
(lineInfo);
System\Xaml\XamlObjectReader.cs (58)
49
currentXamlNode = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
94
currentXamlNode = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
370
XamlNode = new
XamlNode
(XamlNodeType.StartMember, attachedProperty),
416
MemberMarkupInfo itemsInfo = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
461
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Key),
538
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
543
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
566
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
571
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
609
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
614
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.XData),
619
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.XData.GetMember("Text")),
624
XamlNode = new
XamlNode
(XamlNodeType.Value, sb.ToString())
648
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Lang),
656
XamlNode = new
XamlNode
(XamlNodeType.StartMember, xamlProperty),
685
objectInfo.XamlNode = new
XamlNode
(XamlNodeType.GetObject);
723
var itemsInfo = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
869
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue) };
882
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue ?? string.Empty) };
889
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue) };
966
private EndObjectMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.EndObject); }
975
private EndMemberMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.EndMember); }
1251
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.FactoryMethod),
1253
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, methodName) } }
1306
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items)
1311
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Arguments)
1331
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters)
1351
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, stringValue) });
1368
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, stringValue) });
1373
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, argument) });
1761
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Name),
1762
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, Name) } }
1772
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType);
1813
var items = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
1821
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Array),
1828
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Array.GetMember("Type")), // x:ArrayExtension.Type
1833
XamlNode = new
XamlNode
(XamlNodeType.Value, context.ConvertXamlTypeToString(elementType))
1844
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
1854
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Array.ContentProperty),
1904
return new ObjectMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Null) };
2032
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2046
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2069
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2079
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Initialization),
2080
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, value) } }
2349
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Reference);
2350
nameProperty = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters) };
2358
nameProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, Target.Name) });
2553
return namespaceMapList.ConvertAll<XamlNode>(pair => new
XamlNode
(XamlNodeType.NamespaceDeclaration,
2904
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.NamespaceDeclaration, reader.Namespace) });
2913
nodes.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartObject, reader.Type) });
2921
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.NamespaceDeclaration, reader.Namespace) });
2925
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.StartObject, reader.Type) });
2929
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.GetObject) });
2933
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.EndObject) });
2937
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.StartMember, reader.Member) });
2941
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.EndMember) });
2945
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.Value, reader.Value) });
System\Xaml\XamlXmlWriter.cs (13)
1804
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.StartObject, type));
1809
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.GetObject));
1821
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.EndObject));
1842
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.StartMember, property));
1854
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.EndMember));
1866
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.NamespaceDeclaration, namespaceDeclaration));
1878
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.Value, value));
1954
writer.ppStateInfo.NodesList[i].Insert(0, new
XamlNode
(XamlNodeType.StartMember, member));
1955
writer.ppStateInfo.NodesList[i].Add(new
XamlNode
(XamlNodeType.EndMember));
2051
XamlNode node = new
XamlNode
(XamlNodeType.StartObject, type);
2074
XamlNode node = new
XamlNode
(XamlNodeType.EndObject);
2087
XamlNode node = new
XamlNode
(XamlNodeType.StartMember, property);
2117
XamlNode node = new
XamlNode
(XamlNodeType.Value, value);
170 references to XamlNode
System.Xaml (170)
System\Xaml\InfosetObjects\XamlNodes.cs (2)
22
internal delegate
XamlNode
XamlNodeNextDelegate();
23
internal delegate
XamlNode
XamlNodeIndexDelegate(int idx);
System\Xaml\InfosetObjects\XamlXmlReader.cs (5)
19
private IEnumerator<
XamlNode
> _nodeStream;
21
private
XamlNode
_current;
23
private
XamlNode
_endOfStreamNode;
223
_endOfStreamNode = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
237
_current = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream); // user must call Read() before using properties.
System\Xaml\Parser\MePullParser.cs (32)
36
public IEnumerable<
XamlNode
> Parse(string text, int lineNumber, int linePosition)
42
foreach (
XamlNode
node in P_MarkupExtension(f))
88
private IEnumerable<
XamlNode
> P_MarkupExtension(Found f)
120
foreach (
XamlNode
node in P_Arguments(f2))
152
private IEnumerable<
XamlNode
> P_Arguments(Found f)
165
foreach (
XamlNode
node in P_PositionalArgs(f2))
186
foreach (
XamlNode
node in P_NamedArgs(f2))
196
foreach (
XamlNode
node in P_NamedArgs(f2))
213
private IEnumerable<
XamlNode
> P_PositionalArgs(Found f)
229
foreach (
XamlNode
node in P_Value(f2))
251
foreach (
XamlNode
node in P_PositionalArgs(f3))
274
foreach (
XamlNode
node in P_NamedArg(f2))
296
private IEnumerable<
XamlNode
> P_NamedArgs(Found f)
304
foreach (
XamlNode
node in P_NamedArg(f2))
318
foreach (
XamlNode
node in P_NamedArg(f2))
335
private IEnumerable<
XamlNode
> P_Value(Found f)
352
foreach (
XamlNode
node in nestedParser.Parse(_tokenizer.TokenText, LineNumber, LinePosition))
363
foreach (
XamlNode
node in P_MarkupExtension(f2))
379
private IEnumerable<
XamlNode
> P_NamedArg(Found f)
407
foreach (
XamlNode
node in nestedParser.Parse(_tokenizer.TokenText, LineNumber, LinePosition))
418
foreach (
XamlNode
node in P_Value(f2))
469
private
XamlNode
Logic_StartElement(XamlType xamlType, string xamlNamespace)
479
var
startObj = new XamlNode(XamlNodeType.StartObject, xamlType);
483
private
XamlNode
Logic_EndObject()
489
private
XamlNode
Logic_StartMember()
494
XamlNode
startMember = new XamlNode(XamlNodeType.StartMember, member);
498
private
XamlNode
Logic_EndMember()
504
private
XamlNode
Logic_StartPositionalParameters()
508
XamlNode
startProperty = new XamlNode(XamlNodeType.StartMember, XamlLanguage.PositionalParameters);
512
private
XamlNode
Logic_EndPositionalParameters()
523
private
XamlNode
Logic_Text()
526
XamlNode
textNode = new XamlNode(XamlNodeType.Value, text);
System\Xaml\Parser\NodeStreamSorter.cs (14)
14
internal class NodeStreamSorter: IEnumerator<
XamlNode
>
18
private IEnumerator<
XamlNode
> _source;
19
private Queue<
XamlNode
> _buffer;
20
private
XamlNode
_current;
22
private
XamlNode
[] _originalNodesInOrder;
96
_buffer = new Queue<
XamlNode
>();
105
public
XamlNode
Current
172
XamlNode
node;
214
XamlNode
node = new XamlNode(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(uriString, prefix));
245
var
startProperty = new XamlNode(XamlNodeType.StartMember, xmlDirectiveProperty);
249
var
textNode = new XamlNode(XamlNodeType.Value, textValue);
296
XamlNode
node;
370
XamlNode
node = _source.Current;
407
private bool CheckForOutOfOrderCtorDirectives(
XamlNode
node)
System\Xaml\Parser\XamlPullParser.cs (58)
55
public IEnumerable<
XamlNode
> Parse()
76
foreach (
XamlNode
node in P_Element())
87
public IEnumerable<
XamlNode
> P_Element()
94
foreach (
XamlNode
node in P_EmptyElement())
102
foreach (
XamlNode
node in P_StartElement())
107
foreach (
XamlNode
node in P_ElementBody())
121
public IEnumerable<
XamlNode
> P_EmptyElement()
139
foreach (
XamlNode
node in LogicStream_Attribute())
153
foreach (
XamlNode
node in LogicStream_Attribute())
172
public IEnumerable<
XamlNode
> P_StartElement()
190
foreach (
XamlNode
node in LogicStream_Attribute())
206
public IEnumerable<
XamlNode
> P_ElementBody()
210
foreach (
XamlNode
node in LogicStream_Attribute())
234
foreach (
XamlNode
node in P_PropertyElement())
248
foreach (
XamlNode
node in P_ElementContent())
318
public IEnumerable<
XamlNode
> P_PropertyElement()
325
foreach (
XamlNode
node in P_EmptyPropertyElement())
332
foreach (
XamlNode
node in P_NonemptyPropertyElement())
347
public IEnumerable<
XamlNode
> P_EmptyPropertyElement()
367
public IEnumerable<
XamlNode
> P_NonemptyPropertyElement()
394
foreach (
XamlNode
node in P_PropertyContent())
448
public IEnumerable<
XamlNode
> P_ElementContent()
452
List<
XamlNode
> savedPrefixDefinitions = null;
484
savedPrefixDefinitions = new List<
XamlNode
>();
566
foreach (
XamlNode
node in LogicStream_CheckForStartGetCollectionFromMember())
627
foreach (
XamlNode
node in P_Element())
648
public IEnumerable<
XamlNode
> P_PropertyContent()
651
List<
XamlNode
> _savedPrefixDefinitions = null;
695
_savedPrefixDefinitions = new List<
XamlNode
>();
727
foreach (
XamlNode
node in LogicStream_CheckForStartGetCollectionFromMember())
769
foreach (
XamlNode
node in P_Element())
799
private
XamlNode
Logic_LineInfo()
802
XamlNode
lineInfoNode = new XamlNode(lineInfo);
806
private
XamlNode
Logic_PrefixDefinition()
810
XamlNode
addNs = new XamlNode(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(xamlNs, prefix));
814
private
XamlNode
Logic_StartObject(XamlType xamlType, string xamlNamespace)
820
XamlNode
startObj = new XamlNode(XamlNodeType.StartObject, xamlType);
824
private
XamlNode
Logic_EndObject()
831
XamlNode
endObj = new XamlNode(XamlNodeType.EndObject);
835
private IEnumerable<
XamlNode
> LogicStream_Attribute()
845
XamlNode
startProperty = new XamlNode(XamlNodeType.StartMember, property);
851
foreach (
XamlNode
node in me.Parse(text.Text, LineNumber, LinePosition))
858
XamlNode
textNode = new XamlNode(XamlNodeType.Value, text.AttributeText);
865
private
XamlNode
Logic_EndOfAttributes()
867
var
endOfAttributes = new XamlNode(
XamlNode
.InternalNodeType.EndOfAttributes);
871
private
XamlNode
Logic_StartMember(XamlMember member)
882
var
startMember = new XamlNode(XamlNodeType.StartMember, member);
886
private
XamlNode
Logic_EndMember()
894
private
XamlNode
Logic_StartContentProperty(XamlMember property)
902
var
startProperty = new XamlNode(XamlNodeType.StartMember, property);
907
private
XamlNode
Logic_StartInitProperty(XamlType ownerType)
913
var
startProperty = new XamlNode(XamlNodeType.StartMember, initProperty);
956
private
XamlNode
Logic_StartGetObjectFromMember(XamlType realType)
962
var
startObj = new XamlNode(XamlNodeType.GetObject);
966
private
XamlNode
Logic_StartItemsProperty(XamlType collectionType)
971
var
startProperty = new XamlNode(XamlNodeType.StartMember, XamlLanguage.Items);
1021
private IEnumerable<
XamlNode
> LogicStream_CheckForStartGetCollectionFromMember()
System\Xaml\ReaderBaseDelegate.cs (1)
17
protected
XamlNode
_currentNode;
System\Xaml\ReaderDelegate.cs (1)
22
_currentNode = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
System\Xaml\ReaderMultiIndexDelegate.cs (4)
21
private static
XamlNode
s_StartOfStream = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
22
private static
XamlNode
s_EndOfStream = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
System\Xaml\WriterDelegate.cs (1)
75
_addDelegate(XamlNodeType.None,
XamlNode
.InternalNodeType.EndOfStream);
System\Xaml\XamlBackgroundReader.cs (13)
18
private
XamlNode
[] _incoming;
20
private
XamlNode
[] _outgoing;
23
private
XamlNode
_currentNode;
47
_incoming = new
XamlNode
[bufferSize];
48
_outgoing = new
XamlNode
[bufferSize];
75
_currentNode = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
124
XamlNode
[] tmp = _incoming;
133
private void AddToBuffer(
XamlNode
node)
157
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
158
AddToBuffer(new XamlNode(
XamlNode
.InternalNodeType.EndOfStream));
170
XamlNode
node = new XamlNode(lineInfo);
174
private
XamlNode
Next()
213
private
XamlNode
Next_ProcessLineInfo()
System\Xaml\XamlNodeList.cs (7)
16
private List<
XamlNode
> _nodeList;
37
_nodeList = new List<
XamlNode
>();
41
_nodeList = new List<
XamlNode
>(size);
73
XamlNode
node = new XamlNode(nodeType, data);
78
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
94
XamlNode
node = new XamlNode(new LineInfo(lineNumber, linePosition));
102
private
XamlNode
Index(int idx)
System\Xaml\XamlNodeQueue.cs (9)
15
private Queue<
XamlNode
> _nodeQueue;
16
private
XamlNode
_endOfStreamNode;
25
_nodeQueue = new Queue<
XamlNode
>();
26
_endOfStreamNode = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
64
XamlNode
node = new XamlNode(nodeType, data);
69
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
76
XamlNode
node = new XamlNode(lineInfo);
89
private
XamlNode
Next()
91
XamlNode
node;
System\Xaml\XamlObjectReader.cs (7)
25
private
XamlNode
currentXamlNode;
49
currentXamlNode = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
82
foreach (
var
node in namespaceNodes)
94
currentXamlNode = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
957
public
XamlNode
XamlNode { get; set; }
2544
public List<
XamlNode
> GetSortedNamespaceNodes()
2553
return namespaceMapList.ConvertAll<
XamlNode
>(pair => new XamlNode(XamlNodeType.NamespaceDeclaration,
System\Xaml\XamlXmlWriter.cs (16)
29
private Stack<List<
XamlNode
>> meNodesStack;
107
meNodesStack = new Stack<List<
XamlNode
>>();
892
protected internal void WriteNode(XamlXmlWriter writer,
XamlNode
node)
1615
writer.meNodesStack.Push(new List<
XamlNode
>());
1794
foreach (
var
node in meNodes)
2027
foreach (List<
XamlNode
> nodesList in ppNodesList)
2029
foreach (
XamlNode
node in nodesList)
2051
XamlNode
node = new XamlNode(XamlNodeType.StartObject, type);
2054
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2074
XamlNode
node = new XamlNode(XamlNodeType.EndObject);
2087
XamlNode
node = new XamlNode(XamlNodeType.StartMember, property);
2091
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2117
XamlNode
node = new XamlNode(XamlNodeType.Value, value);
2120
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2140
public List<List<
XamlNode
>> NodesList
2174
NodesList = new List<List<
XamlNode
>>();