27 references to None
PresentationFramework (2)
System\Windows\FrameworkTemplate.cs (1)
992
case System.Xaml.XamlNodeType.
None
:
System\Windows\TemplateContent.cs (1)
744
case System.Xaml.XamlNodeType.
None
:
System.Xaml (25)
System\Xaml\InfosetObjects\XamlNodes.cs (8)
102
_nodeType = XamlNodeType.
None
;
109
_nodeType = XamlNodeType.
None
;
135
case XamlNodeType.
None
:
211
if (NodeType == XamlNodeType.
None
)
223
if (NodeType == XamlNodeType.
None
&& _internalNodeType == InternalNodeType.EndOfStream)
235
if (NodeType == XamlNodeType.
None
&& _internalNodeType == InternalNodeType.EndOfAttributes)
247
if (NodeType == XamlNodeType.
None
&& _internalNodeType == InternalNodeType.LineInfo)
257
if (nodeType != XamlNodeType.
None
)
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
244
if (_current.NodeType == XamlNodeType.
None
)
265
} while (_current.NodeType == XamlNodeType.
None
);
System\Xaml\Parser\NodeStreamSorter.cs (2)
189
case XamlNodeType.
None
:
316
case XamlNodeType.
None
:
System\Xaml\ReaderDelegate.cs (2)
35
if (_currentNode.NodeType != XamlNodeType.
None
)
48
} while (_currentNode.NodeType == XamlNodeType.
None
);
System\Xaml\ReaderMultiIndexDelegate.cs (2)
49
if (_currentNode.NodeType != XamlNodeType.
None
)
70
} while (_currentNode.NodeType == XamlNodeType.
None
);
System\Xaml\WriterDelegate.cs (1)
76
_addDelegate(XamlNodeType.
None
, XamlNode.InternalNodeType.EndOfStream);
System\Xaml\XamlBackgroundReader.cs (1)
148
if (nodeType != XamlNodeType.
None
)
System\Xaml\XamlNodeList.cs (1)
70
if (nodeType != XamlNodeType.
None
)
System\Xaml\XamlNodeQueue.cs (1)
62
if (nodeType != XamlNodeType.
None
)
System\Xaml\XamlObjectReader.cs (1)
93
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)
56
case XamlNodeType.
None
:
System\Xaml\XamlXmlWriter.cs (1)
918
case XamlNodeType.
None
: