11 references to Decimal
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (2)
114
case TextMarkerStyle.
Decimal
:
445
markerStyle == TextMarkerStyle.
Decimal
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
110
case TextMarkerStyle.
Decimal
:
384
markerStyle == TextMarkerStyle.
Decimal
src\Framework\System\Windows\Documents\List.cs (1)
325
|| value == TextMarkerStyle.
Decimal
;
src\Framework\System\windows\Documents\TextEditorLists.cs (5)
224
list.MarkerStyle = TextMarkerStyle.
Decimal
;
228
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Decimal
);
233
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Decimal
);
245
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Decimal
);
378
return TextMarkerStyle.LowerRoman <= markerStyle && markerStyle <= TextMarkerStyle.
Decimal
;
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
925
case TextMarkerStyle.
Decimal
: