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