14 references to Disc
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
59
case TextMarkerStyle.
Disc
:
425
markerStyle == TextMarkerStyle.
Disc
PresentationFramework (12)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
62
case TextMarkerStyle.
Disc
:
365
markerStyle == TextMarkerStyle.
Disc
System\Windows\Controls\TextRangeAdaptor.cs (1)
78
case TextMarkerStyle.
Disc
:
System\Windows\Documents\List.cs (2)
93
TextMarkerStyle.
Disc
,
306
|| value == TextMarkerStyle.
Disc
System\windows\Documents\TextEditorLists.cs (5)
176
list.MarkerStyle = TextMarkerStyle.
Disc
;
180
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Disc
);
185
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Disc
);
281
TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.
Disc
);
348
return TextMarkerStyle.
Disc
<= markerStyle && markerStyle <= TextMarkerStyle.Box;
System\Windows\Documents\TextRangeBase.cs (2)
843
TextMarkerStyle markerStyle = list != null ? list.MarkerStyle : TextMarkerStyle.
Disc
;
897
case TextMarkerStyle.
Disc
: