1 write to _xamlMainNodeQueue
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
114_xamlMainNodeQueue = new XamlNodeQueue(schemaContext);
5 references to _xamlMainNodeQueue
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
115_xamlNodesReader = _xamlMainNodeQueue.Reader; 116_xamlNodesWriter = _xamlMainNodeQueue.Writer; 349if (_xamlMainNodeQueue.Count > 0) 415int initialCount = _xamlMainNodeQueue.Count; 419if (_xamlMainNodeQueue.Count > initialCount)