3 references to StartingIndexProperty
PresentationFramework (3)
MS\Internal\Data\LiveShapingItem.cs (3)
88
get { return (int)GetValue(
StartingIndexProperty
); }
89
set { SetValue(
StartingIndexProperty
, value); }
95
ClearValue(
StartingIndexProperty
);