3 writes to _state
PresentationFramework (3)
src\Framework\System\Windows\Controls\GridViewColumn.cs (3)
46_state = Double.IsNaN(Width) ? ColumnMeasureState.Init : ColumnMeasureState.SpecificWidth; 533_state = Double.IsNaN(Width) ? ColumnMeasureState.Init : ColumnMeasureState.SpecificWidth; 605_state = value;
2 references to _state
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewColumn.cs (2)
600get { return _state; } 603if (_state != value)