27 references to None
PresentationFramework (2)
System\Windows\FrameworkTemplate.cs (1)
986
case System.Xaml.XamlNodeType.
None
:
System\Windows\TemplateContent.cs (1)
740
case System.Xaml.XamlNodeType.
None
:
System.Xaml (25)
System\Xaml\InfosetObjects\XamlNodes.cs (8)
101
_nodeType = XamlNodeType.
None
;
108
_nodeType = XamlNodeType.
None
;
134
case XamlNodeType.
None
:
216
if (NodeType == XamlNodeType.
None
)
229
if (NodeType == XamlNodeType.
None
&& _internalNodeType == InternalNodeType.EndOfStream)
242
if (NodeType == XamlNodeType.
None
&& _internalNodeType == InternalNodeType.EndOfAttributes)
255
if (NodeType == XamlNodeType.
None
&& _internalNodeType == InternalNodeType.LineInfo)
266
if (nodeType != XamlNodeType.
None
)
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
251
if (_current.NodeType == XamlNodeType.
None
)
273
while (_current.NodeType == XamlNodeType.
None
);
System\Xaml\Parser\NodeStreamSorter.cs (2)
190
case XamlNodeType.
None
:
323
case XamlNodeType.
None
:
System\Xaml\ReaderDelegate.cs (2)
34
if (_currentNode.NodeType != XamlNodeType.
None
)
49
while (_currentNode.NodeType == XamlNodeType.
None
);
System\Xaml\ReaderMultiIndexDelegate.cs (2)
48
if (_currentNode.NodeType != XamlNodeType.
None
)
71
while (_currentNode.NodeType == XamlNodeType.
None
);
System\Xaml\WriterDelegate.cs (1)
75
_addDelegate(XamlNodeType.
None
, XamlNode.InternalNodeType.EndOfStream);
System\Xaml\XamlBackgroundReader.cs (1)
151
if (nodeType != XamlNodeType.
None
)
System\Xaml\XamlNodeList.cs (1)
71
if (nodeType != XamlNodeType.
None
)
System\Xaml\XamlNodeQueue.cs (1)
62
if (nodeType != XamlNodeType.
None
)
System\Xaml\XamlObjectReader.cs (1)
92
if (currentXamlNode.NodeType != XamlNodeType.
None
)
System\Xaml\XamlReader.cs (1)
33
case XamlNodeType.
None
:
System\Xaml\XamlSubreader.cs (1)
43
get { return IsEmpty ? XamlNodeType.
None
: _reader.NodeType; }
System\Xaml\XamlWriter.cs (1)
55
case XamlNodeType.
None
:
System\Xaml\XamlXmlWriter.cs (1)
932
case XamlNodeType.
None
: