1 write to _orientation
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
376
_orientation
= value;
12 references to _orientation
System.Windows.Forms (12)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (12)
88
if (
_orientation
== Orientation.Horizontal)
175
if (
_orientation
== Orientation.Vertical)
363
get =>
_orientation
;
371
if (
_orientation
== value)
378
if (
_orientation
== Orientation.Horizontal)
704
if (
_orientation
== Orientation.Horizontal)
823
if (
_orientation
== Orientation.Vertical)
830
if (
_orientation
== Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !IsMirrored)
1011
_requestedDim = (
_orientation
== Orientation.Horizontal) ? height : width;
1015
if (
_orientation
== Orientation.Horizontal)
1111
if (
_orientation
== Orientation.Vertical)
1117
if (
_orientation
== Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !IsMirrored)