3 writes to _state
PresentationFramework (3)
System\Windows\Controls\GridViewColumn.cs (3)
44_state = Double.IsNaN(Width) ? ColumnMeasureState.Init : ColumnMeasureState.SpecificWidth; 531_state = Double.IsNaN(Width) ? ColumnMeasureState.Init : ColumnMeasureState.SpecificWidth; 603_state = value;
2 references to _state
PresentationFramework (2)
System\Windows\Controls\GridViewColumn.cs (2)
598get { return _state; } 601if (_state != value)