27 references to None
PresentationFramework (2)
System\Windows\FrameworkTemplate.cs (1)
1001case System.Xaml.XamlNodeType.None:
System\Windows\TemplateContent.cs (1)
747case System.Xaml.XamlNodeType.None:
System.Xaml (25)
System\Xaml\InfosetObjects\XamlNodes.cs (8)
104_nodeType = XamlNodeType.None; 111_nodeType = XamlNodeType.None; 137case XamlNodeType.None: 213if (NodeType == XamlNodeType.None) 225if (NodeType == XamlNodeType.None && _internalNodeType == InternalNodeType.EndOfStream) 237if (NodeType == XamlNodeType.None && _internalNodeType == InternalNodeType.EndOfAttributes) 249if (NodeType == XamlNodeType.None && _internalNodeType == InternalNodeType.LineInfo) 259if (nodeType != XamlNodeType.None)
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
246if (_current.NodeType == XamlNodeType.None) 267} while (_current.NodeType == XamlNodeType.None);
System\Xaml\Parser\NodeStreamSorter.cs (2)
192case XamlNodeType.None: 319case 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)
149if (nodeType != XamlNodeType.None)
System\Xaml\XamlNodeList.cs (1)
73if (nodeType != XamlNodeType.None)
System\Xaml\XamlNodeQueue.cs (1)
65if (nodeType != XamlNodeType.None)
System\Xaml\XamlObjectReader.cs (1)
98if (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)
920case XamlNodeType.None: