2 writes to _isGeneratingBatches
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
1580
_factory.
_isGeneratingBatches
= true;
1588
_factory.
_isGeneratingBatches
= false;
2 references to _isGeneratingBatches
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
215
if (
_isGeneratingBatches
)
1466
if (!_factory.
_isGeneratingBatches
)