2 overrides of HasLogicalOrientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
315
protected internal override bool
HasLogicalOrientation
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1772
protected internal override bool
HasLogicalOrientation
14 references to HasLogicalOrientation
PresentationFramework (14)
System\Windows\Controls\ItemsControl.cs (11)
1975
bool isHorizontal = (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2256
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2341
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2407
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2550
isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2599
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2700
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2753
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2754
bool isVertical = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Vertical);
3259
return (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Vertical &&
3269
return (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal &&
System\Windows\Controls\Menu.cs (2)
192
bool isVertical = itemsHost != null && itemsHost.
HasLogicalOrientation
&& itemsHost.LogicalOrientation == Orientation.Vertical;
206
bool isVertical = itemsHost != null && itemsHost.
HasLogicalOrientation
&& itemsHost.LogicalOrientation == Orientation.Vertical;
System\Windows\Controls\Panel.cs (1)
307
get { return
HasLogicalOrientation
; }