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