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