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