2 references to IsToolBarVisibleProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
295
get { return (bool)GetValue(
IsToolBarVisibleProperty
); }
296
set { SetValue(
IsToolBarVisibleProperty
, value); }