1 write to _findButton
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
117_findButton = GetTemplateChild(_findButtonTemplateName) as ToggleButton;
4 references to _findButton
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (4)
1313if(_findButton != null && _findButton.IsChecked.HasValue && _findButton.IsChecked.Value != enable) 1315_findButton.IsChecked = enable;