8 writes to _styleBits
PresentationCore (8)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (8)
30_styleBits = NativeMethods.WS_VISIBLE; 31_styleBits |= NativeMethods.WS_CAPTION; 32_styleBits |= NativeMethods.WS_SYSMENU; 33_styleBits |= NativeMethods.WS_THICKFRAME; 34_styleBits |= NativeMethods.WS_MINIMIZEBOX; 35_styleBits |= NativeMethods.WS_MAXIMIZEBOX; 36_styleBits |= NativeMethods.WS_CLIPCHILDREN; 90_styleBits = value | NativeMethods.WS_CLIPCHILDREN;
4 references to _styleBits
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (4)
86return _styleBits; 285get { return _treatAsInputRoot ?? ((uint)_styleBits & NativeMethods.WS_CHILD) == 0; } 367&& (this._styleBits == obj._styleBits)