2 writes to _isGeneratingBatches
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
1584
_factory.
_isGeneratingBatches
= true;
1592
_factory.
_isGeneratingBatches
= false;
2 references to _isGeneratingBatches
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
216
if (
_isGeneratingBatches
)
1470
if (!_factory.
_isGeneratingBatches
)