2 writes to _widthChanged
PresentationCore (2)
System\Windows\SizeChangedInfo.cs (2)
44
_widthChanged
= widthChanged;
97
_widthChanged
= _widthChanged | widthChanged;
2 references to _widthChanged
PresentationCore (2)
System\Windows\SizeChangedInfo.cs (2)
75
get { return
_widthChanged
; }
97
_widthChanged =
_widthChanged
| widthChanged;