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