17 references to TickBarPlacement
PresentationFramework (17)
System\Windows\Controls\Primitives\TickBar.cs (17)
292
typeof(
TickBarPlacement
),
295
TickBarPlacement
.Top,
302
/// This property has type of <see cref="
TickBarPlacement
" />.
305
public
TickBarPlacement
Placement
307
get { return (
TickBarPlacement
) GetValue(PlacementProperty); }
313
TickBarPlacement
placement = (
TickBarPlacement
)o;
314
return placement ==
TickBarPlacement
.Left ||
315
placement ==
TickBarPlacement
.Top ||
316
placement ==
TickBarPlacement
.Right ||
317
placement ==
TickBarPlacement
.Bottom;
377
case
TickBarPlacement
.Top:
390
case
TickBarPlacement
.Bottom:
403
case
TickBarPlacement
.Left:
416
case
TickBarPlacement
.Right:
451
if ((Placement ==
TickBarPlacement
.Left) || (Placement ==
TickBarPlacement
.Right))