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