1 write to _buttonCount
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (1)
103_buttonCount = buttonCount;
6 references to _buttonCount
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
202int buttonLength = _buttonCount > 0 ? 1 : 0; 203int propertyLength = (_stylusPointPropertyInfos.Length - _buttonCount) + buttonLength; 217int buttonLength = _buttonCount > 0 ? 1 : 0; 218int expectedLength = ((_stylusPointPropertyInfos.Length - _buttonCount) + buttonLength) - 3 /*x, y, p*/; 244return _buttonCount; 258for (int x = _stylusPointPropertyInfos.Length - _buttonCount; //start of the buttons