2 writes to _desiredWidth
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewColumn.cs (2)
532_desiredWidth = 0.0; 679private set { _desiredWidth = value; }
1 reference to _desiredWidth
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewColumn.cs (1)
678get { return _desiredWidth; }