22 references to AlignmentY
PresentationCore (15)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (3)
953
[FieldOffset(136)] internal
AlignmentY
AlignmentY;
977
[FieldOffset(136)] internal
AlignmentY
AlignmentY;
1001
[FieldOffset(136)] internal
AlignmentY
AlignmentY;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\AlignmentYValidation.cs (5)
35
AlignmentY
value = (
AlignmentY
) valueObject;
37
return (value ==
AlignmentY
.Top) ||
38
(value ==
AlignmentY
.Center) ||
39
(value ==
AlignmentY
.Bottom);
System\Windows\Media\Generated\TileBrush.cs (6)
243
public
AlignmentY
AlignmentY
247
return (
AlignmentY
) GetValue(AlignmentYProperty);
365
internal const
AlignmentY
c_AlignmentY =
AlignmentY
.Center;
471
typeof(
AlignmentY
),
473
AlignmentY
.Center,
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (1)
65
AlignmentY
alignmentY,
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
252
db.AlignmentY =
AlignmentY
.Center;
ReachFramework (6)
AlphaFlattener\Utility.cs (3)
1712
case
AlignmentY
.Top: dy = viewport.Top - stretchedViewbox.Top; break;
1713
case
AlignmentY
.Center: dy = viewport.Top - stretchedViewbox.Top + (viewport.Height - stretchedViewbox.Height) / 2; break;
1714
case
AlignmentY
.Bottom: dy = viewport.Bottom - stretchedViewbox.Bottom; break;
Serialization\VisualSerializer.cs (3)
513
case
AlignmentY
.Top:
517
case
AlignmentY
.Bottom:
521
case
AlignmentY
.Center: