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