2 overrides of HasLogicalOrientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
326
protected internal override bool
HasLogicalOrientation
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1788
protected internal override bool
HasLogicalOrientation
14 references to HasLogicalOrientation
PresentationFramework (14)
System\Windows\Controls\ItemsControl.cs (11)
2015
bool isHorizontal = (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2296
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2381
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2447
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2590
isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2639
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2740
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2793
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2794
bool isVertical = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Vertical);
3299
return (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Vertical &&
3309
return (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal &&
System\Windows\Controls\Menu.cs (2)
203
bool isVertical = itemsHost != null && itemsHost.
HasLogicalOrientation
&& itemsHost.LogicalOrientation == Orientation.Vertical;
217
bool isVertical = itemsHost != null && itemsHost.
HasLogicalOrientation
&& itemsHost.LogicalOrientation == Orientation.Vertical;
System\Windows\Controls\Panel.cs (1)
315
get { return
HasLogicalOrientation
; }