11 references to Decimal
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
105
case TextMarkerStyle.
Decimal
:
436
markerStyle == TextMarkerStyle.
Decimal
PresentationFramework (9)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
104
case TextMarkerStyle.
Decimal
:
376
markerStyle == TextMarkerStyle.
Decimal
System\Windows\Documents\List.cs (1)
315
|| value == TextMarkerStyle.
Decimal
;
System\windows\Documents\TextEditorLists.cs (5)
206
list.MarkerStyle = TextMarkerStyle.
Decimal
;
210
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Decimal
);
215
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Decimal
);
227
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Decimal
);
360
return TextMarkerStyle.LowerRoman <= markerStyle && markerStyle <= TextMarkerStyle.
Decimal
;
System\Windows\Documents\TextRangeBase.cs (1)
911
case TextMarkerStyle.
Decimal
: