1 write to _orientation
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
374
_orientation
= value;
12 references to _orientation
System.Windows.Forms (12)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (12)
84
if (
_orientation
== Orientation.Horizontal)
173
if (
_orientation
== Orientation.Vertical)
361
get =>
_orientation
;
369
if (
_orientation
== value)
376
if (
_orientation
== Orientation.Horizontal)
702
if (
_orientation
== Orientation.Horizontal)
821
if (
_orientation
== Orientation.Vertical)
828
if (
_orientation
== Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !IsMirrored)
1009
_requestedDim = (
_orientation
== Orientation.Horizontal) ? height : width;
1013
if (
_orientation
== Orientation.Horizontal)
1109
if (
_orientation
== Orientation.Vertical)
1115
if (
_orientation
== Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !IsMirrored)