3 writes to _state
PresentationFramework (3)
System\Windows\Controls\GridViewColumn.cs (3)
43_state = Double.IsNaN(Width) ? ColumnMeasureState.Init : ColumnMeasureState.SpecificWidth; 530_state = Double.IsNaN(Width) ? ColumnMeasureState.Init : ColumnMeasureState.SpecificWidth; 602_state = value;
2 references to _state
PresentationFramework (2)
System\Windows\Controls\GridViewColumn.cs (2)
597get { return _state; } 600if (_state != value)