22 references to AlignmentY
PresentationCore (15)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (3)
952[FieldOffset(136)] internal AlignmentY AlignmentY; 976[FieldOffset(136)] internal AlignmentY AlignmentY; 1000[FieldOffset(136)] internal AlignmentY AlignmentY;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\AlignmentYValidation.cs (5)
27AlignmentY value = (AlignmentY) valueObject; 29return (value == AlignmentY.Top) || 30(value == AlignmentY.Center) || 31(value == AlignmentY.Bottom);
System\Windows\Media\Generated\TileBrush.cs (6)
255public AlignmentY AlignmentY 259return (AlignmentY) GetValue(AlignmentYProperty); 377internal const AlignmentY c_AlignmentY = AlignmentY.Center; 482typeof(AlignmentY), 484AlignmentY.Center,
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (1)
62AlignmentY alignmentY,
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
252AlignmentY = AlignmentY.Center
ReachFramework (6)
AlphaFlattener\Utility.cs (3)
1712case AlignmentY.Top: dy = viewport.Top - stretchedViewbox.Top; break; 1713case AlignmentY.Center: dy = viewport.Top - stretchedViewbox.Top + (viewport.Height - stretchedViewbox.Height) / 2; break; 1714case AlignmentY.Bottom: dy = viewport.Bottom - stretchedViewbox.Bottom; break;
Serialization\VisualSerializer.cs (3)
512case AlignmentY.Top: 516case AlignmentY.Bottom: 520case AlignmentY.Center: