17 references to TickBarPlacement
PresentationFramework (17)
System\Windows\Controls\Primitives\TickBar.cs (17)
278
typeof(
TickBarPlacement
),
281
TickBarPlacement
.Top,
288
/// This property has type of <see cref="
TickBarPlacement
" />.
291
public
TickBarPlacement
Placement
293
get { return (
TickBarPlacement
) GetValue(PlacementProperty); }
299
TickBarPlacement
placement = (
TickBarPlacement
)o;
300
return placement ==
TickBarPlacement
.Left ||
301
placement ==
TickBarPlacement
.Top ||
302
placement ==
TickBarPlacement
.Right ||
303
placement ==
TickBarPlacement
.Bottom;
363
case
TickBarPlacement
.Top:
376
case
TickBarPlacement
.Bottom:
389
case
TickBarPlacement
.Left:
402
case
TickBarPlacement
.Right:
437
if ((Placement ==
TickBarPlacement
.Left) || (Placement ==
TickBarPlacement
.Right))