2 overrides of HasLogicalOrientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
320
protected internal override bool
HasLogicalOrientation
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1783
protected internal override bool
HasLogicalOrientation
14 references to HasLogicalOrientation
PresentationFramework (14)
System\Windows\Controls\ItemsControl.cs (11)
2006
bool isHorizontal = (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2287
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2372
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2438
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2581
isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2630
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2731
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2784
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2785
bool isVertical = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Vertical);
3290
return (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Vertical &&
3300
return (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal &&
System\Windows\Controls\Menu.cs (2)
193
bool isVertical = itemsHost != null && itemsHost.
HasLogicalOrientation
&& itemsHost.LogicalOrientation == Orientation.Vertical;
207
bool isVertical = itemsHost != null && itemsHost.
HasLogicalOrientation
&& itemsHost.LogicalOrientation == Orientation.Vertical;
System\Windows\Controls\Panel.cs (1)
308
get { return
HasLogicalOrientation
; }