1 write to _xamlMainNodeQueue
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
132_xamlMainNodeQueue = new XamlNodeQueue(schemaContext);
5 references to _xamlMainNodeQueue
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
133_xamlNodesReader = _xamlMainNodeQueue.Reader; 134_xamlNodesWriter = _xamlMainNodeQueue.Writer; 371if (_xamlMainNodeQueue.Count > 0) 438int initialCount = _xamlMainNodeQueue.Count; 442if (_xamlMainNodeQueue.Count > initialCount)