2 references to _widthChangedBit
PresentationFramework (2)
src\Framework\System\Windows\SizeChangedEventArgs.cs (2)
34
if(info.WidthChanged) _bits |=
_widthChangedBit
;
65
get { return ((_bits &
_widthChangedBit
) != 0); }