1 write to _xamlMainNodeQueue
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
118_xamlMainNodeQueue = new XamlNodeQueue(schemaContext);
5 references to _xamlMainNodeQueue
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
119_xamlNodesReader = _xamlMainNodeQueue.Reader; 120_xamlNodesWriter = _xamlMainNodeQueue.Writer; 353if (_xamlMainNodeQueue.Count > 0) 419int initialCount = _xamlMainNodeQueue.Count; 423if (_xamlMainNodeQueue.Count > initialCount)