22 references to AlignmentY
PresentationCore (15)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (3)
956
[FieldOffset(136)] internal
AlignmentY
AlignmentY;
980
[FieldOffset(136)] internal
AlignmentY
AlignmentY;
1004
[FieldOffset(136)] internal
AlignmentY
AlignmentY;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\AlignmentYValidation.cs (5)
40
AlignmentY
value = (
AlignmentY
) valueObject;
42
return (value ==
AlignmentY
.Top) ||
43
(value ==
AlignmentY
.Center) ||
44
(value ==
AlignmentY
.Bottom);
System\Windows\Media\Generated\TileBrush.cs (6)
273
public
AlignmentY
AlignmentY
277
return (
AlignmentY
) GetValue(AlignmentYProperty);
395
internal const
AlignmentY
c_AlignmentY =
AlignmentY
.Center;
501
typeof(
AlignmentY
),
503
AlignmentY
.Center,
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (1)
77
AlignmentY
alignmentY,
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
257
db.AlignmentY =
AlignmentY
.Center;
ReachFramework (6)
AlphaFlattener\Utility.cs (3)
1723
case
AlignmentY
.Top: dy = viewport.Top - stretchedViewbox.Top; break;
1724
case
AlignmentY
.Center: dy = viewport.Top - stretchedViewbox.Top + (viewport.Height - stretchedViewbox.Height) / 2; break;
1725
case
AlignmentY
.Bottom: dy = viewport.Bottom - stretchedViewbox.Bottom; break;
Serialization\VisualSerializer.cs (3)
521
case
AlignmentY
.Top:
525
case
AlignmentY
.Bottom:
529
case
AlignmentY
.Center: