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;
371
if (
_xamlMainNodeQueue
.Count > 0)
438
int initialCount =
_xamlMainNodeQueue
.Count;
442
if (
_xamlMainNodeQueue
.Count > initialCount)