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)
600
get { return
_state
; }
603
if (
_state
!= value)