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)
1313
if(
_findButton
!= null &&
_findButton
.IsChecked.HasValue &&
_findButton
.IsChecked.Value != enable)
1315
_findButton
.IsChecked = enable;