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