2 references to BandIndexProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolBar.cs (2)
184get { return (int) GetValue(BandIndexProperty); } 185set { SetValue(BandIndexProperty, value); }