3 references to StartIndexProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\List.cs (2)
158get { return (int)GetValue(StartIndexProperty); } 159set { SetValue(StartIndexProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1011List.StartIndexProperty,