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)
202
int buttonLength =
_buttonCount
> 0 ? 1 : 0;
203
int propertyLength = (_stylusPointPropertyInfos.Length -
_buttonCount
) + buttonLength;
217
int buttonLength =
_buttonCount
> 0 ? 1 : 0;
218
int expectedLength = ((_stylusPointPropertyInfos.Length -
_buttonCount
) + buttonLength) - 3 /*x, y, p*/;
244
return
_buttonCount
;
258
for (int x = _stylusPointPropertyInfos.Length -
_buttonCount
; //start of the buttons