116 instantiations of XamlNode
System.Xaml (116)
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
218
_endOfStreamNode = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
230
_current = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream); // user must call Read() before using properties.
System\Xaml\Parser\MePullParser.cs (7)
458
var startObj = new
XamlNode
(XamlNodeType.StartObject, xamlType);
465
return new
XamlNode
(XamlNodeType.EndObject);
473
XamlNode startMember = new
XamlNode
(XamlNodeType.StartMember, member);
480
return new
XamlNode
(XamlNodeType.EndMember);
487
XamlNode startProperty = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters);
499
return new
XamlNode
(XamlNodeType.EndMember);
505
XamlNode textNode = new
XamlNode
(XamlNodeType.Value, text);
System\Xaml\Parser\NodeStreamSorter.cs (4)
212
XamlNode node = new
XamlNode
(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(uriString, prefix));
241
var startProperty = new
XamlNode
(XamlNodeType.StartMember, xmlDirectiveProperty);
245
var textNode = new
XamlNode
(XamlNodeType.Value, textValue);
250
_buffer.Enqueue(new
XamlNode
(XamlNodeType.EndMember));
System\Xaml\Parser\XamlPullParser.cs (20)
274
yield return new
XamlNode
(XamlNodeType.Value, string.Empty);
583
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
679
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
710
yield return new
XamlNode
(XamlNodeType.Value, trimmed);
762
XamlNode lineInfoNode = new
XamlNode
(lineInfo);
770
XamlNode addNs = new
XamlNode
(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(xamlNs, prefix));
780
XamlNode startObj = new
XamlNode
(XamlNodeType.StartObject, xamlType);
791
XamlNode endObj = new
XamlNode
(XamlNodeType.EndObject);
805
XamlNode startProperty = new
XamlNode
(XamlNodeType.StartMember, property);
818
XamlNode textNode = new
XamlNode
(XamlNodeType.Value, text.AttributeText);
821
yield return new
XamlNode
(XamlNodeType.EndMember);
826
var endOfAttributes = new
XamlNode
(XamlNode.InternalNodeType.EndOfAttributes);
840
var startMember = new
XamlNode
(XamlNodeType.StartMember, member);
849
return new
XamlNode
(XamlNodeType.EndMember);
859
var startProperty = new
XamlNode
(XamlNodeType.StartMember, property);
870
var startProperty = new
XamlNode
(XamlNodeType.StartMember, initProperty);
918
var startObj = new
XamlNode
(XamlNodeType.GetObject);
927
var startProperty = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items);
994
yield return new
XamlNode
(XamlNodeType.NamespaceDeclaration, nsDecl);
1000
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)
76
_currentNode = new
XamlNode
(XamlNode.InternalNodeType.StartOfStream);
150
AddToBuffer(new
XamlNode
(nodeType, data));
154
AddToBuffer(new
XamlNode
(XamlNode.InternalNodeType.EndOfStream));
165
XamlNode node = new
XamlNode
(lineInfo);
System\Xaml\XamlNodeList.cs (2)
72
XamlNode node = new
XamlNode
(nodeType, data);
92
XamlNode node = new
XamlNode
(new LineInfo(lineNumber, linePosition));
System\Xaml\XamlNodeQueue.cs (3)
27
_endOfStreamNode = new
XamlNode
(XamlNode.InternalNodeType.EndOfStream);
64
XamlNode node = new
XamlNode
(nodeType, data);
75
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),
416
MemberMarkupInfo itemsInfo = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
461
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Key),
537
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
542
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
565
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
570
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
608
XamlNode = new
XamlNode
(XamlNodeType.StartMember, property),
613
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.XData),
618
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.XData.GetMember("Text")),
623
XamlNode = new
XamlNode
(XamlNodeType.Value, sb.ToString())
647
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Lang),
655
XamlNode = new
XamlNode
(XamlNodeType.StartMember, xamlProperty),
688
objectInfo.XamlNode = new
XamlNode
(XamlNodeType.GetObject);
727
var itemsInfo = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
872
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue) };
885
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue ?? string.Empty) };
892
valueInfo = new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, propertyValue) };
968
EndObjectMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.EndObject); }
977
EndMemberMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.EndMember); }
1250
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.FactoryMethod),
1252
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, methodName) } }
1304
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items)
1309
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Arguments)
1329
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters)
1349
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, stringValue) });
1365
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, stringValue) });
1370
positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, argument) });
1752
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Name),
1753
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, Name) } }
1763
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType);
1804
var items = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Items) };
1812
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Array),
1819
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Array.GetMember("Type")), //x:ArrayExtension.Type
1824
XamlNode = new
XamlNode
(XamlNodeType.Value, context.ConvertXamlTypeToString(elementType))
1835
XamlNode = new
XamlNode
(XamlNodeType.GetObject),
1845
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Array.ContentProperty),
1894
return new ObjectMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Null) };
2020
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2034
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2057
XamlNode = new
XamlNode
(XamlNodeType.StartObject, xamlType),
2067
XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.Initialization),
2068
Children = { new ValueMarkupInfo() { XamlNode = new
XamlNode
(XamlNodeType.Value, value) } }
2335
XamlNode = new
XamlNode
(XamlNodeType.StartObject, XamlLanguage.Reference);
2336
nameProperty = new MemberMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartMember, XamlLanguage.PositionalParameters) };
2344
nameProperty.Children.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.Value, Target.Name) });
2539
return namespaceMapList.ConvertAll<XamlNode>(pair => new
XamlNode
(XamlNodeType.NamespaceDeclaration,
2883
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.NamespaceDeclaration, reader.Namespace) });
2892
nodes.Add(new ValueMarkupInfo { XamlNode = new
XamlNode
(XamlNodeType.StartObject, reader.Type) });
2900
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.NamespaceDeclaration, reader.Namespace) });
2904
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.StartObject, reader.Type) });
2908
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.GetObject) });
2912
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.EndObject) });
2916
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.StartMember, reader.Member) });
2920
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.EndMember) });
2924
nodes.Add(new ValueMarkupInfo{ XamlNode = new
XamlNode
(XamlNodeType.Value, reader.Value) });
System\Xaml\XamlXmlWriter.cs (13)
1783
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.StartObject, type));
1788
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.GetObject));
1800
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.EndObject));
1821
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.StartMember, property));
1833
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.EndMember));
1845
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.NamespaceDeclaration, namespaceDeclaration));
1857
writer.meNodesStack.Peek().Add(new
XamlNode
(XamlNodeType.Value, value));
1933
writer.ppStateInfo.NodesList[i].Insert(0, new
XamlNode
(XamlNodeType.StartMember, member));
1934
writer.ppStateInfo.NodesList[i].Add(new
XamlNode
(XamlNodeType.EndMember));
2028
XamlNode node = new
XamlNode
(XamlNodeType.StartObject, type);
2051
XamlNode node = new
XamlNode
(XamlNodeType.EndObject);
2064
XamlNode node = new
XamlNode
(XamlNodeType.StartMember, property);
2094
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;
218
_endOfStreamNode = new XamlNode(
XamlNode
.InternalNodeType.EndOfStream);
230
_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))
85
private IEnumerable<
XamlNode
> P_MarkupExtension(Found f)
117
foreach (
XamlNode
node in P_Arguments(f2))
148
private IEnumerable<
XamlNode
> P_Arguments(Found f)
161
foreach (
XamlNode
node in P_PositionalArgs(f2))
181
foreach (
XamlNode
node in P_NamedArgs(f2))
190
foreach (
XamlNode
node in P_NamedArgs(f2))
206
private IEnumerable<
XamlNode
> P_PositionalArgs(Found f)
222
foreach (
XamlNode
node in P_Value(f2))
242
foreach (
XamlNode
node in P_PositionalArgs(f3))
261
foreach (
XamlNode
node in P_NamedArg(f2))
281
private IEnumerable<
XamlNode
> P_NamedArgs(Found f)
289
foreach (
XamlNode
node in P_NamedArg(f2))
302
foreach (
XamlNode
node in P_NamedArg(f2))
318
private IEnumerable<
XamlNode
> P_Value(Found f)
335
foreach (
XamlNode
node in nestedParser.Parse(_tokenizer.TokenText, LineNumber, LinePosition))
345
foreach (
XamlNode
node in P_MarkupExtension(f2))
360
private IEnumerable<
XamlNode
> P_NamedArg(Found f)
388
foreach (
XamlNode
node in nestedParser.Parse(_tokenizer.TokenText, LineNumber, LinePosition))
398
foreach (
XamlNode
node in P_Value(f2))
448
private
XamlNode
Logic_StartElement(XamlType xamlType, string xamlNamespace)
458
var
startObj = new XamlNode(XamlNodeType.StartObject, xamlType);
462
private
XamlNode
Logic_EndObject()
468
private
XamlNode
Logic_StartMember()
473
XamlNode
startMember = new XamlNode(XamlNodeType.StartMember, member);
477
private
XamlNode
Logic_EndMember()
483
private
XamlNode
Logic_StartPositionalParameters()
487
XamlNode
startProperty = new XamlNode(XamlNodeType.StartMember, XamlLanguage.PositionalParameters);
491
private
XamlNode
Logic_EndPositionalParameters()
502
private
XamlNode
Logic_Text()
505
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;
98
_buffer = new Queue<
XamlNode
>();
107
public
XamlNode
Current
171
XamlNode
node;
212
XamlNode
node = new XamlNode(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(uriString, prefix));
241
var
startProperty = new XamlNode(XamlNodeType.StartMember, xmlDirectiveProperty);
245
var
textNode = new XamlNode(XamlNodeType.Value, textValue);
291
XamlNode
node;
359
XamlNode
node = _source.Current;
392
private bool CheckForOutOfOrderCtorDirectives(
XamlNode
node)
System\Xaml\Parser\XamlPullParser.cs (58)
56
public IEnumerable<
XamlNode
> Parse()
76
foreach (
XamlNode
node in P_Element())
87
public IEnumerable<
XamlNode
> P_Element()
94
foreach (
XamlNode
node in P_EmptyElement())
101
foreach (
XamlNode
node in P_StartElement())
105
foreach (
XamlNode
node in P_ElementBody())
118
public IEnumerable<
XamlNode
> P_EmptyElement()
135
foreach (
XamlNode
node in LogicStream_Attribute())
147
foreach (
XamlNode
node in LogicStream_Attribute())
165
public IEnumerable<
XamlNode
> P_StartElement()
182
foreach (
XamlNode
node in LogicStream_Attribute())
197
public IEnumerable<
XamlNode
> P_ElementBody()
201
foreach (
XamlNode
node in LogicStream_Attribute())
224
foreach (
XamlNode
node in P_PropertyElement())
237
foreach (
XamlNode
node in P_ElementContent())
301
public IEnumerable<
XamlNode
> P_PropertyElement()
308
foreach (
XamlNode
node in P_EmptyPropertyElement())
314
foreach (
XamlNode
node in P_NonemptyPropertyElement())
328
public IEnumerable<
XamlNode
> P_EmptyPropertyElement()
347
public IEnumerable<
XamlNode
> P_NonemptyPropertyElement()
373
foreach (
XamlNode
node in P_PropertyContent())
423
public IEnumerable<
XamlNode
> P_ElementContent()
427
List<
XamlNode
> savedPrefixDefinitions = null;
458
savedPrefixDefinitions = new List<
XamlNode
>();
533
foreach (
XamlNode
node in LogicStream_CheckForStartGetCollectionFromMember())
593
foreach (
XamlNode
node in P_Element())
613
public IEnumerable<
XamlNode
> P_PropertyContent()
616
List<
XamlNode
> _savedPrefixDefinitions = null;
659
_savedPrefixDefinitions = new List<
XamlNode
>();
688
foreach (
XamlNode
node in LogicStream_CheckForStartGetCollectionFromMember())
730
foreach (
XamlNode
node in P_Element())
759
private
XamlNode
Logic_LineInfo()
762
XamlNode
lineInfoNode = new XamlNode(lineInfo);
766
private
XamlNode
Logic_PrefixDefinition()
770
XamlNode
addNs = new XamlNode(XamlNodeType.NamespaceDeclaration, new NamespaceDeclaration(xamlNs, prefix));
774
private
XamlNode
Logic_StartObject(XamlType xamlType, string xamlNamespace)
780
XamlNode
startObj = new XamlNode(XamlNodeType.StartObject, xamlType);
784
private
XamlNode
Logic_EndObject()
791
XamlNode
endObj = new XamlNode(XamlNodeType.EndObject);
795
private IEnumerable<
XamlNode
> LogicStream_Attribute()
805
XamlNode
startProperty = new XamlNode(XamlNodeType.StartMember, property);
811
foreach (
XamlNode
node in me.Parse(text.Text, LineNumber, LinePosition))
818
XamlNode
textNode = new XamlNode(XamlNodeType.Value, text.AttributeText);
824
private
XamlNode
Logic_EndOfAttributes()
826
var
endOfAttributes = new XamlNode(
XamlNode
.InternalNodeType.EndOfAttributes);
830
private
XamlNode
Logic_StartMember(XamlMember member)
840
var
startMember = new XamlNode(XamlNodeType.StartMember, member);
844
private
XamlNode
Logic_EndMember()
852
private
XamlNode
Logic_StartContentProperty(XamlMember property)
859
var
startProperty = new XamlNode(XamlNodeType.StartMember, property);
864
private
XamlNode
Logic_StartInitProperty(XamlType ownerType)
870
var
startProperty = new XamlNode(XamlNodeType.StartMember, initProperty);
912
private
XamlNode
Logic_StartGetObjectFromMember(XamlType realType)
918
var
startObj = new XamlNode(XamlNodeType.GetObject);
922
private
XamlNode
Logic_StartItemsProperty(XamlType collectionType)
927
var
startProperty = new XamlNode(XamlNodeType.StartMember, XamlLanguage.Items);
974
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];
76
_currentNode = new XamlNode(
XamlNode
.InternalNodeType.StartOfStream);
122
XamlNode
[] tmp = _incoming;
131
private void AddToBuffer(
XamlNode
node)
153
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
154
AddToBuffer(new XamlNode(
XamlNode
.InternalNodeType.EndOfStream));
165
XamlNode
node = new XamlNode(lineInfo);
169
private
XamlNode
Next()
206
private
XamlNode
Next_ProcessLineInfo()
System\Xaml\XamlNodeList.cs (7)
17
List<
XamlNode
> _nodeList;
38
_nodeList = new List<
XamlNode
>();
42
_nodeList = new List<
XamlNode
>(size);
72
XamlNode
node = new XamlNode(nodeType, data);
76
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
92
XamlNode
node = new XamlNode(new LineInfo(lineNumber, linePosition));
100
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);
64
XamlNode
node = new XamlNode(nodeType, data);
68
Debug.Assert(
XamlNode
.IsEof_Helper(nodeType, data));
75
XamlNode
node = new XamlNode(lineInfo);
87
private
XamlNode
Next()
89
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);
959
public
XamlNode
XamlNode { get; set; }
2530
public List<
XamlNode
> GetSortedNamespaceNodes()
2539
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
>>();
879
protected internal void WriteNode(XamlXmlWriter writer,
XamlNode
node)
1596
writer.meNodesStack.Push(new List<
XamlNode
>());
1773
foreach (
var
node in meNodes)
2004
foreach (List<
XamlNode
> nodesList in ppNodesList)
2006
foreach (
XamlNode
node in nodesList)
2028
XamlNode
node = new XamlNode(XamlNodeType.StartObject, type);
2031
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2051
XamlNode
node = new XamlNode(XamlNodeType.EndObject);
2064
XamlNode
node = new XamlNode(XamlNodeType.StartMember, property);
2068
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2094
XamlNode
node = new XamlNode(XamlNodeType.Value, value);
2097
writer.ppStateInfo.NodesList.Add(new List<
XamlNode
> { node });
2117
public List<List<
XamlNode
>> NodesList
2151
NodesList = new List<List<
XamlNode
>>();