3 references to CoerceDefaultDisplayIndex
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (3)
269return CoerceDefaultDisplayIndex(column, IndexOf(column)); 429newDisplayIndex = CoerceDefaultDisplayIndex(column, columnIndex); 535CoerceDefaultDisplayIndex(currentColumn, nextAvailableColumnIndex);