2 writes to _widthChanged
PresentationCore (2)
Core\CSharp\System\Windows\SizeChangedInfo.cs (2)
40
_widthChanged
= widthChanged;
93
_widthChanged
= _widthChanged | widthChanged;
2 references to _widthChanged
PresentationCore (2)
Core\CSharp\System\Windows\SizeChangedInfo.cs (2)
71
get { return
_widthChanged
; }
93
_widthChanged =
_widthChanged
| widthChanged;