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