7 references to LowerRoman
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (2)
126case TextMarkerStyle.LowerRoman: 448|| markerStyle == TextMarkerStyle.LowerRoman
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
122case TextMarkerStyle.LowerRoman: 387|| markerStyle == TextMarkerStyle.LowerRoman
src\Framework\System\Windows\Documents\List.cs (1)
321|| value == TextMarkerStyle.LowerRoman
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
378return TextMarkerStyle.LowerRoman <= markerStyle && markerStyle <= TextMarkerStyle.Decimal;
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
937case TextMarkerStyle.LowerRoman: