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