2 overrides of HasLogicalOrientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
316
protected internal override bool
HasLogicalOrientation
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1773
protected internal override bool
HasLogicalOrientation
14 references to HasLogicalOrientation
PresentationFramework (14)
System\Windows\Controls\ItemsControl.cs (11)
1976
bool isHorizontal = (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2257
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2342
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2408
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2551
isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2600
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2701
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2754
bool isHorizontal = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Horizontal);
2755
bool isVertical = (ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Vertical);
3260
return (ItemsHost != null && ItemsHost.
HasLogicalOrientation
&& ItemsHost.LogicalOrientation == Orientation.Vertical &&
3270
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
; }