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