5 references to c_MaximumThumbButtons
PresentationFramework (5)
src\Framework\System\Windows\Window.cs (5)
7015
var nativeButtons = new THUMBBUTTON[
c_MaximumThumbButtons
];
7017
for (int i = 0; i <
c_MaximumThumbButtons
; ++i)
7045
var nativeButtons = new THUMBBUTTON[
c_MaximumThumbButtons
];
7124
if (currentButton ==
c_MaximumThumbButtons
)
7133
for (; currentButton <
c_MaximumThumbButtons
; ++currentButton)