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