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)
237
bool horizontal = (
Orientation
== Orientation.Horizontal);
288
bool fHorizontal = (
Orientation
== Orientation.Horizontal);
System\Windows\Controls\Stack.cs (12)
92
SetVerticalOffset(VerticalOffset - ((
Orientation
== Orientation.Vertical) ? 1.0 : ScrollViewer._scrollLineDelta));
100
SetVerticalOffset(VerticalOffset + ((
Orientation
== Orientation.Vertical) ? 1.0 : ScrollViewer._scrollLineDelta));
108
SetHorizontalOffset(HorizontalOffset - ((
Orientation
== Orientation.Horizontal) ? 1.0 : ScrollViewer._scrollLineDelta));
116
SetHorizontalOffset(HorizontalOffset + ((
Orientation
== Orientation.Horizontal) ? 1.0 : ScrollViewer._scrollLineDelta));
158
SetVerticalOffset(VerticalOffset - SystemParameters.WheelScrollLines * ((
Orientation
== Orientation.Vertical) ? 1.0 : ScrollViewer._scrollLineDelta));
173
SetVerticalOffset(VerticalOffset + SystemParameters.WheelScrollLines * ((
Orientation
== Orientation.Vertical) ? 1.0 : ScrollViewer._scrollLineDelta));
186
SetHorizontalOffset(HorizontalOffset - 3.0 * ((
Orientation
== Orientation.Horizontal) ? 1.0 : ScrollViewer._scrollLineDelta));
194
SetHorizontalOffset(HorizontalOffset + 3.0 * ((
Orientation
== Orientation.Horizontal) ? 1.0 : ScrollViewer._scrollLineDelta));
300
/// DependencyProperty for <see cref="
Orientation
" /> property.
327
get { return this.
Orientation
; }
871
bool fHorizontal = (
Orientation
== Orientation.Horizontal);
913
bool fHorizontal = (
Orientation
== Orientation.Horizontal);
System\Windows\Controls\ToolBar.cs (1)
547
if (toolBarPanel.
Orientation
== Orientation.Horizontal)