1 write to _orientation
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
375
_orientation
= value;
12 references to _orientation
System.Windows.Forms (12)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (12)
87
if (
_orientation
== Orientation.Horizontal)
174
if (
_orientation
== Orientation.Vertical)
362
get =>
_orientation
;
370
if (
_orientation
== value)
377
if (
_orientation
== Orientation.Horizontal)
703
if (
_orientation
== Orientation.Horizontal)
822
if (
_orientation
== Orientation.Vertical)
829
if (
_orientation
== Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !IsMirrored)
1010
_requestedDim = (
_orientation
== Orientation.Horizontal) ? height : width;
1014
if (
_orientation
== Orientation.Horizontal)
1110
if (
_orientation
== Orientation.Vertical)
1116
if (
_orientation
== Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !IsMirrored)