2 writes to _isGeneratingBatches
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
1598
_factory.
_isGeneratingBatches
= true;
1606
_factory.
_isGeneratingBatches
= false;
2 references to _isGeneratingBatches
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
224
if (
_isGeneratingBatches
)
1484
if (!_factory.
_isGeneratingBatches
)