3 references to StartIndexProperty
PresentationFramework (3)
System\Windows\Documents\List.cs (2)
150get { return (int)GetValue(StartIndexProperty); } 151set { SetValue(StartIndexProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1002List.StartIndexProperty,