16 references to TickBarPlacement
PresentationFramework (16)
System\Windows\Controls\Primitives\TickBar.cs (16)
277
typeof(
TickBarPlacement
),
280
TickBarPlacement
.Top,
290
public
TickBarPlacement
Placement
292
get { return (
TickBarPlacement
) GetValue(PlacementProperty); }
298
TickBarPlacement
placement = (
TickBarPlacement
)o;
299
return placement ==
TickBarPlacement
.Left ||
300
placement ==
TickBarPlacement
.Top ||
301
placement ==
TickBarPlacement
.Right ||
302
placement ==
TickBarPlacement
.Bottom;
362
case
TickBarPlacement
.Top:
375
case
TickBarPlacement
.Bottom:
388
case
TickBarPlacement
.Left:
401
case
TickBarPlacement
.Right:
436
if ((Placement ==
TickBarPlacement
.Left) || (Placement ==
TickBarPlacement
.Right))