2 writes to _widthChanged
PresentationCore (2)
System\Windows\SizeChangedInfo.cs (2)
41
_widthChanged
= widthChanged;
94
_widthChanged
= _widthChanged | widthChanged;
2 references to _widthChanged
PresentationCore (2)
System\Windows\SizeChangedInfo.cs (2)
72
get { return
_widthChanged
; }
94
_widthChanged =
_widthChanged
| widthChanged;