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