4 references to MarkerStyleProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
81
object val = tp.GetValue(List.
MarkerStyleProperty
);
src\Framework\System\Windows\Documents\List.cs (2)
111
get { return (TextMarkerStyle)GetValue(
MarkerStyleProperty
); }
112
set { SetValue(
MarkerStyleProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1009
List.
MarkerStyleProperty
,