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