5 references to AlignRight
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
457
case HAlign.
AlignRight
:
9332
formatState.HAlign = HAlign.
AlignRight
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
981
case HAlign.
AlignRight
:
1127
case HAlign.
AlignRight
:
3445
new LookupTableEntry("Right", (int)HAlign.
AlignRight
),