1 write to _findButton
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
118_findButton = GetTemplateChild(_findButtonTemplateName) as ToggleButton;
4 references to _findButton
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
1319if(_findButton != null && _findButton.IsChecked.HasValue && _findButton.IsChecked.Value != enable) 1321_findButton.IsChecked = enable;