17 references to TickBarPlacement
PresentationFramework (17)
System\Windows\Controls\Primitives\TickBar.cs (17)
277
typeof(
TickBarPlacement
),
280
TickBarPlacement
.Top,
287
/// This property has type of <see cref="
TickBarPlacement
" />.
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))