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