1 write to orientation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrackBar.cs (1)
446
orientation
= value;
12 references to orientation
System.Windows.Forms (12)
winforms\Managed\System\WinForms\TrackBar.cs (12)
108
if (
orientation
== Orientation.Horizontal) {
219
if (
orientation
== Orientation.Vertical) {
436
return
orientation
;
445
if (
orientation
!= value) {
448
if (
orientation
== Orientation.Horizontal) {
810
if (
orientation
== Orientation.Horizontal)
888
if (
orientation
== Orientation.Vertical) {
895
if (
orientation
== Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !IsMirrored) {
1058
requestedDim = (
orientation
== Orientation.Horizontal)
1063
if (
orientation
== Orientation.Horizontal) {
1138
if (
orientation
== Orientation.Vertical) {
1144
if (
orientation
== Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !IsMirrored) {