17 references to TickBarPlacement
PresentationFramework (17)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (17)
293
typeof(
TickBarPlacement
),
296
TickBarPlacement
.Top,
303
/// This property has type of <see cref="
TickBarPlacement
" />.
306
public
TickBarPlacement
Placement
308
get { return (
TickBarPlacement
) GetValue(PlacementProperty); }
314
TickBarPlacement
placement = (
TickBarPlacement
)o;
315
return placement ==
TickBarPlacement
.Left ||
316
placement ==
TickBarPlacement
.Top ||
317
placement ==
TickBarPlacement
.Right ||
318
placement ==
TickBarPlacement
.Bottom;
378
case
TickBarPlacement
.Top:
391
case
TickBarPlacement
.Bottom:
404
case
TickBarPlacement
.Left:
417
case
TickBarPlacement
.Right:
452
if ((Placement ==
TickBarPlacement
.Left) || (Placement ==
TickBarPlacement
.Right))