116 instantiations of XamlNode
System.Xaml (116)
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
224
_endOfStreamNode = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
238
_current = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream); // user must call Read() before using properties.
System\Xaml\Parser\MePullParser.cs (7)
480
var startObj = new
XamlNode
(XamlNodeType.StartObject, xamlType);
487
return new
XamlNode
(XamlNodeType.EndObject);
495
XamlNode startMember = new
XamlNode
(XamlNodeType.StartMember, member);
502
return new
XamlNode
(XamlNodeType.EndMember);
509
XamlNode startProperty = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters);
521
return new
XamlNode
(XamlNodeType.EndMember);
527
XamlNode textNode = new
XamlNode
(XamlNodeType.Value, text);
System\Xaml\Parser\NodeStreamSorter.cs (4)
218
XamlNode node = new
XamlNode
(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(uriString, prefix));
249
var startProperty = new
XamlNode
(XamlNodeType.StartMember, xmlDirectiveProperty);
253
var textNode = new
XamlNode
(XamlNodeType.Value, textValue);
258
_buffer.Enqueue(new
XamlNode
(XamlNodeType.EndMember));
System\Xaml\Parser\XamlPullParser.cs (20)
289
yield return new
XamlNode
(XamlNodeType.Value, string.Empty);
618
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
719
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
750
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
803
XamlNode lineInfoNode = new
XamlNode
(lineInfo);
811
XamlNode addNs = new
XamlNode
(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(xamlNs, prefix));
821
XamlNode startObj = new
XamlNode
(XamlNodeType.StartObject, xamlType);
832
XamlNode endObj = new
XamlNode
(XamlNodeType.EndObject);
846
XamlNode startProperty = new
XamlNode
(XamlNodeType.StartMember, property);
859
XamlNode textNode = new
XamlNode
(XamlNodeType.Value, text.AttributeText);
863
yield return new
XamlNode
(XamlNodeType.EndMember);
868
var endOfAttributes = new
XamlNode
(XamlNode.InternalNodeType.EndOfAttributes);
883
var startMember = new
XamlNode
(XamlNodeType.StartMember, member);
892
return new
XamlNode
(XamlNodeType.EndMember);
903
var startProperty = new
XamlNode
(XamlNodeType.StartMember, property);
914
var startProperty = new
XamlNode
(XamlNodeType.StartMember, initProperty);
963
var startObj = new
XamlNode
(XamlNodeType.GetObject);
972
var startProperty = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items);
1042
yield return new
XamlNode
(XamlNodeType.NamespaceDeclaration, nsDecl);
1049
yield return new
XamlNode
(XamlNodeType.Value, typeNameString);
System\Xaml\ReaderDelegate.cs (1)
23
_currentNode = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
System\Xaml\ReaderMultiIndexDelegate.cs (2)
22
static XamlNode s_StartOfStream = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
23
static XamlNode s_EndOfStream = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
System\Xaml\XamlBackgroundReader.cs (4)
78
_currentNode = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
156
AddToBuffer(new
XamlNode
(nodeType, data));
161
AddToBuffer(new
XamlNode
(XamlNode.InternalNodeType.EndOfStream));
173
XamlNode node = new
XamlNode
(lineInfo);
System\Xaml\XamlNodeList.cs (2)
74
XamlNode node = new
XamlNode
(nodeType, data);
95
XamlNode node = new
XamlNode
(new LineInfo(lineNumber, linePosition));
System\Xaml\XamlNodeQueue.cs (3)
27
_endOfStreamNode = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
65
XamlNode node = new
XamlNode
(nodeType, data);
77
XamlNode node = new
XamlNode
(lineInfo);
System\Xaml\XamlObjectReader.cs (58)
50
currentXamlNode = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
95
currentXamlNode = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
371
XamlNode = new
XamlNode
(XamlNodeType.StartMember, attachedProperty),
417
MemberMarkupInfo itemsInfo = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
462
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Key),
539
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
544
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
567
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
572
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
610
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
615
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.XData),
620
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.XData.GetMember("Text")),
625
XamlNode = new
XamlNode
(XamlNodeType.Value, sb.ToString())
649
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Lang),
657
XamlNode = new
XamlNode
(XamlNodeType.StartMember, xamlProperty),
686
objectInfo.XamlNode = new
XamlNode
(XamlNodeType.GetObject);
724
var itemsInfo = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
870
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue) };
883
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue ?? string.Empty) };
890
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue) };
967
EndObjectMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.EndObject); }
976
EndMemberMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.EndMember); }
1252
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.FactoryMethod),
1254
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, methodName) } }
1307
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items)
1312
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Arguments)
1332
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters)
1352
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, stringValue) });
1369
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, stringValue) });
1374
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, argument) });
1762
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Name),
1763
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, Name) } }
1773
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType);
1814
var items = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
1822
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Array),
1829
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Array.GetMember("Type")), // x:ArrayExtension.Type
1834
XamlNode = new
XamlNode
(XamlNodeType.Value, context.ConvertXamlTypeToString(elementType))
1845
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
1855
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Array.ContentProperty),
1905
return new ObjectMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Null) };
2033
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2047
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2070
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2080
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Initialization),
2081
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, value) } }
2350
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Reference);
2351
nameProperty = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters) };
2359
nameProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, Target.Name) });
2554
return namespaceMapList.ConvertAll<XamlNode>(pair => new
XamlNode
(XamlNodeType.NamespaceDeclaration,
2905
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.NamespaceDeclaration, reader.Namespace) });
2914
nodes.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartObject, reader.Type) });
2922
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.NamespaceDeclaration, reader.Namespace) });
2926
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.StartObject, reader.Type) });
2930
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.GetObject) });
2934
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.EndObject) });
2938
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.StartMember, reader.Member) });
2942
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.EndMember) });
2946
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.Value, reader.Value) });
System\Xaml\XamlXmlWriter.cs (13)
1822
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.StartObject, type));
1827
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.GetObject));
1839
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.EndObject));
1860
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.StartMember, property));
1872
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.EndMember));
1884
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.NamespaceDeclaration, namespaceDeclaration));
1896
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.Value, value));
1973
writer.ppStateInfo.NodesList[i].Insert(0, new
XamlNode
(XamlNodeType.StartMember, member));
1974
writer.ppStateInfo.NodesList[i].Add(new
XamlNode
(XamlNodeType.EndMember));
2070
XamlNode node = new
XamlNode
(XamlNodeType.StartObject, type);
2093
XamlNode node = new
XamlNode
(XamlNodeType.EndObject);
2106
XamlNode node = new
XamlNode
(XamlNodeType.StartMember, property);
2136
XamlNode node = new
XamlNode
(XamlNodeType.Value, value);
170 references to XamlNode
System.Xaml (170)
System\Xaml\InfosetObjects\XamlNodes.cs (2)
23
internal delegate
XamlNode
XamlNodeNextDelegate();
24
internal delegate
XamlNode
XamlNodeIndexDelegate(int idx);
System\Xaml\InfosetObjects\XamlXmlReader.cs (5)
20
IEnumerator<
XamlNode
> _nodeStream;
22
XamlNode
_current;
24
XamlNode
_endOfStreamNode;
224
_endOfStreamNode = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
238
_current = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream); // user must call Read() before using properties.
System\Xaml\Parser\MePullParser.cs (32)
37
public IEnumerable<
XamlNode
> Parse(string text, int lineNumber, int linePosition)
43
foreach (
XamlNode
node in P_MarkupExtension(f))
89
private IEnumerable<
XamlNode
> P_MarkupExtension(Found f)
121
foreach (
XamlNode
node in P_Arguments(f2))
153
private IEnumerable<
XamlNode
> P_Arguments(Found f)
166
foreach (
XamlNode
node in P_PositionalArgs(f2))
187
foreach (
XamlNode
node in P_NamedArgs(f2))
197
foreach (
XamlNode
node in P_NamedArgs(f2))
214
private IEnumerable<
XamlNode
> P_PositionalArgs(Found f)
230
foreach (
XamlNode
node in P_Value(f2))
252
foreach (
XamlNode
node in P_PositionalArgs(f3))
275
foreach (
XamlNode
node in P_NamedArg(f2))
297
private IEnumerable<
XamlNode
> P_NamedArgs(Found f)
305
foreach (
XamlNode
node in P_NamedArg(f2))
319
foreach (
XamlNode
node in P_NamedArg(f2))
336
private IEnumerable<
XamlNode
> P_Value(Found f)
353
foreach (
XamlNode
node in nestedParser.Parse(_tokenizer.TokenText, LineNumber, LinePosition))
364
foreach (
XamlNode
node in P_MarkupExtension(f2))
380
private IEnumerable<
XamlNode
> P_NamedArg(Found f)
408
foreach (
XamlNode
node in nestedParser.Parse(_tokenizer.TokenText, LineNumber, LinePosition))
419
foreach (
XamlNode
node in P_Value(f2))
470
private
XamlNode
Logic_StartElement(XamlType xamlType, string xamlNamespace)
480
var
startObj = new XamlNode(XamlNodeType.StartObject, xamlType);
484
private
XamlNode
Logic_EndObject()
490
private
XamlNode
Logic_StartMember()
495
XamlNode
startMember = new XamlNode(XamlNodeType.StartMember, member);
499
private
XamlNode
Logic_EndMember()
505
private
XamlNode
Logic_StartPositionalParameters()
509
XamlNode
startProperty = new XamlNode(XamlNodeType.StartMember, XamlLanguage.PositionalParameters);
513
private
XamlNode
Logic_EndPositionalParameters()
524
private
XamlNode
Logic_Text()
527
XamlNode
textNode = new XamlNode(XamlNodeType.Value, text);
System\Xaml\Parser\NodeStreamSorter.cs (14)
15
internal class NodeStreamSorter: IEnumerator<
XamlNode
>
19
IEnumerator<
XamlNode
> _source;
20
Queue<
XamlNode
> _buffer;
21
XamlNode
_current;
24
XamlNode
[] _originalNodesInOrder;
100
_buffer = new Queue<
XamlNode
>();
109
public
XamlNode
Current
176
XamlNode
node;
218
XamlNode
node = new XamlNode(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(uriString, prefix));
249
var
startProperty = new XamlNode(XamlNodeType.StartMember, xmlDirectiveProperty);
253
var
textNode = new XamlNode(XamlNodeType.Value, textValue);
300
XamlNode
node;
374
XamlNode
node = _source.Current;
411
private bool CheckForOutOfOrderCtorDirectives(
XamlNode
node)
System\Xaml\Parser\XamlPullParser.cs (58)
56
public IEnumerable<
XamlNode
> Parse()
77
foreach (
XamlNode
node in P_Element())
88
public IEnumerable<
XamlNode
> P_Element()
95
foreach (
XamlNode
node in P_EmptyElement())
103
foreach (
XamlNode
node in P_StartElement())
108
foreach (
XamlNode
node in P_ElementBody())
122
public IEnumerable<
XamlNode
> P_EmptyElement()
140
foreach (
XamlNode
node in LogicStream_Attribute())
154
foreach (
XamlNode
node in LogicStream_Attribute())
173
public IEnumerable<
XamlNode
> P_StartElement()
191
foreach (
XamlNode
node in LogicStream_Attribute())
207
public IEnumerable<
XamlNode
> P_ElementBody()
211
foreach (
XamlNode
node in LogicStream_Attribute())
235
foreach (
XamlNode
node in P_PropertyElement())
249
foreach (
XamlNode
node in P_ElementContent())
319
public IEnumerable<
XamlNode
> P_PropertyElement()
326
foreach (
XamlNode
node in P_EmptyPropertyElement())
333
foreach (
XamlNode
node in P_NonemptyPropertyElement())
348
public IEnumerable<
XamlNode
> P_EmptyPropertyElement()
368
public IEnumerable<
XamlNode
> P_NonemptyPropertyElement()
395
foreach (
XamlNode
node in P_PropertyContent())
449
public IEnumerable<
XamlNode
> P_ElementContent()
453
List<
XamlNode
> savedPrefixDefinitions = null;
485
savedPrefixDefinitions = new List<
XamlNode
>();
567
foreach (
XamlNode
node in LogicStream_CheckForStartGetCollectionFromMember())
628
foreach (
XamlNode
node in P_Element())
649
public IEnumerable<
XamlNode
> P_PropertyContent()
652
List<
XamlNode
> _savedPrefixDefinitions = null;
696
_savedPrefixDefinitions = new List<
XamlNode
>();
728
foreach (
XamlNode
node in LogicStream_CheckForStartGetCollectionFromMember())
770
foreach (
XamlNode
node in P_Element())
800
private
XamlNode
Logic_LineInfo()
803
XamlNode
lineInfoNode = new XamlNode(lineInfo);
807
private
XamlNode
Logic_PrefixDefinition()
811
XamlNode
addNs = new XamlNode(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(xamlNs, prefix));
815
private
XamlNode
Logic_StartObject(XamlType xamlType, string xamlNamespace)
821
XamlNode
startObj = new XamlNode(XamlNodeType.StartObject, xamlType);
825
private
XamlNode
Logic_EndObject()
832
XamlNode
endObj = new XamlNode(XamlNodeType.EndObject);
836
private IEnumerable<
XamlNode
> LogicStream_Attribute()
846
XamlNode
startProperty = new XamlNode(XamlNodeType.StartMember, property);
852
foreach (
XamlNode
node in me.Parse(text.Text, LineNumber, LinePosition))
859
XamlNode
textNode = new XamlNode(XamlNodeType.Value, text.AttributeText);
866
private
XamlNode
Logic_EndOfAttributes()
868
var
endOfAttributes = new XamlNode(
XamlNode
.InternalNodeType.EndOfAttributes);
872
private
XamlNode
Logic_StartMember(XamlMember member)
883
var
startMember = new XamlNode(XamlNodeType.StartMember, member);
887
private
XamlNode
Logic_EndMember()
895
private
XamlNode
Logic_StartContentProperty(XamlMember property)
903
var
startProperty = new XamlNode(XamlNodeType.StartMember, property);
908
private
XamlNode
Logic_StartInitProperty(XamlType ownerType)
914
var
startProperty = new XamlNode(XamlNodeType.StartMember, initProperty);
957
private
XamlNode
Logic_StartGetObjectFromMember(XamlType realType)
963
var
startObj = new XamlNode(XamlNodeType.GetObject);
967
private
XamlNode
Logic_StartItemsProperty(XamlType collectionType)
972
var
startProperty = new XamlNode(XamlNodeType.StartMember, XamlLanguage.Items);
1022
private IEnumerable<
XamlNode
> LogicStream_CheckForStartGetCollectionFromMember()
System\Xaml\ReaderBaseDelegate.cs (1)
18
protected
XamlNode
_currentNode;
System\Xaml\ReaderDelegate.cs (1)
23
_currentNode = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
System\Xaml\ReaderMultiIndexDelegate.cs (4)
22
static
XamlNode
s_StartOfStream = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
23
static
XamlNode
s_EndOfStream = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
System\Xaml\WriterDelegate.cs (1)
76
_addDelegate(XamlNodeType.None,
XamlNode
.InternalNodeType.EndOfStream);
System\Xaml\XamlBackgroundReader.cs (13)
20
XamlNode
[] _incoming;
22
XamlNode
[] _outgoing;
26
XamlNode
_currentNode;
50
_incoming = new
XamlNode
[bufferSize];
51
_outgoing = new
XamlNode
[bufferSize];
78
_currentNode = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
127
XamlNode
[] tmp = _incoming;
136
private void AddToBuffer(
XamlNode
node)
160
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
161
AddToBuffer(new XamlNode(
XamlNode
.InternalNodeType.EndOfStream));
173
XamlNode
node = new XamlNode(lineInfo);
177
private
XamlNode
Next()
216
private
XamlNode
Next_ProcessLineInfo()
System\Xaml\XamlNodeList.cs (7)
17
List<
XamlNode
> _nodeList;
38
_nodeList = new List<
XamlNode
>();
42
_nodeList = new List<
XamlNode
>(size);
74
XamlNode
node = new XamlNode(nodeType, data);
79
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
95
XamlNode
node = new XamlNode(new LineInfo(lineNumber, linePosition));
103
private
XamlNode
Index(int idx)
System\Xaml\XamlNodeQueue.cs (9)
16
Queue<
XamlNode
> _nodeQueue;
17
XamlNode
_endOfStreamNode;
26
_nodeQueue = new Queue<
XamlNode
>();
27
_endOfStreamNode = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
65
XamlNode
node = new XamlNode(nodeType, data);
70
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
77
XamlNode
node = new XamlNode(lineInfo);
90
private
XamlNode
Next()
92
XamlNode
node;
System\Xaml\XamlObjectReader.cs (7)
26
XamlNode
currentXamlNode;
50
currentXamlNode = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
83
foreach (
var
node in namespaceNodes)
95
currentXamlNode = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
958
public
XamlNode
XamlNode { get; set; }
2545
public List<
XamlNode
> GetSortedNamespaceNodes()
2554
return namespaceMapList.ConvertAll<
XamlNode
>(pair => new XamlNode(XamlNodeType.NamespaceDeclaration,
System\Xaml\XamlXmlWriter.cs (16)
30
Stack<List<
XamlNode
>> meNodesStack;
109
meNodesStack = new Stack<List<
XamlNode
>>();
895
protected internal void WriteNode(XamlXmlWriter writer,
XamlNode
node)
1629
writer.meNodesStack.Push(new List<
XamlNode
>());
1812
foreach (
var
node in meNodes)
2046
foreach (List<
XamlNode
> nodesList in ppNodesList)
2048
foreach (
XamlNode
node in nodesList)
2070
XamlNode
node = new XamlNode(XamlNodeType.StartObject, type);
2073
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2093
XamlNode
node = new XamlNode(XamlNodeType.EndObject);
2106
XamlNode
node = new XamlNode(XamlNodeType.StartMember, property);
2110
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2136
XamlNode
node = new XamlNode(XamlNodeType.Value, value);
2139
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2159
public List<List<
XamlNode
>> NodesList
2193
NodesList = new List<List<
XamlNode
>>();