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