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