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