Implemented interface member:
property
Orientation
System.Windows.Controls.IStackMeasure.Orientation
6 writes to Orientation
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
100
Orientation
= Orientation.Horizontal,
InlineHints\InlineHintsTag.cs (1)
190
Orientation
= Orientation.Vertical
Microsoft.VisualStudio.LanguageServices (1)
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
64
Orientation
= Orientation.Horizontal,
Roslyn.VisualStudio.DiagnosticsWindow (3)
OptionPages\InternalOptionsControl.cs (2)
72
Orientation
= Orientation.Horizontal,
90
Orientation
= Orientation.Horizontal,
PerfMargin\PerfMarginPanel.cs (1)
93
var s = new StackPanel() {
Orientation
= Orientation.Horizontal };
15 references to Orientation
PresentationFramework (15)
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
246
bool horizontal = (
Orientation
== Orientation.Horizontal);
297
bool fHorizontal = (
Orientation
== Orientation.Horizontal);
System\Windows\Controls\Stack.cs (12)
98
SetVerticalOffset(VerticalOffset - ((
Orientation
== Orientation.Vertical) ? 1.0 : ScrollViewer._scrollLineDelta));
106
SetVerticalOffset(VerticalOffset + ((
Orientation
== Orientation.Vertical) ? 1.0 : ScrollViewer._scrollLineDelta));
114
SetHorizontalOffset(HorizontalOffset - ((
Orientation
== Orientation.Horizontal) ? 1.0 : ScrollViewer._scrollLineDelta));
122
SetHorizontalOffset(HorizontalOffset + ((
Orientation
== Orientation.Horizontal) ? 1.0 : ScrollViewer._scrollLineDelta));
164
SetVerticalOffset(VerticalOffset - SystemParameters.WheelScrollLines * ((
Orientation
== Orientation.Vertical) ? 1.0 : ScrollViewer._scrollLineDelta));
179
SetVerticalOffset(VerticalOffset + SystemParameters.WheelScrollLines * ((
Orientation
== Orientation.Vertical) ? 1.0 : ScrollViewer._scrollLineDelta));
192
SetHorizontalOffset(HorizontalOffset - 3.0 * ((
Orientation
== Orientation.Horizontal) ? 1.0 : ScrollViewer._scrollLineDelta));
200
SetHorizontalOffset(HorizontalOffset + 3.0 * ((
Orientation
== Orientation.Horizontal) ? 1.0 : ScrollViewer._scrollLineDelta));
310
/// DependencyProperty for <see cref="
Orientation
" /> property.
337
get { return this.
Orientation
; }
881
bool fHorizontal = (
Orientation
== Orientation.Horizontal);
923
bool fHorizontal = (
Orientation
== Orientation.Horizontal);
System\Windows\Controls\ToolBar.cs (1)
556
if (toolBarPanel.
Orientation
== Orientation.Horizontal)