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