1 write to _isUpdatingDisplayIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
264set { _isUpdatingDisplayIndex = value; }
1 reference to _isUpdatingDisplayIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
263get { return _isUpdatingDisplayIndex; }