1 write to _isActive
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\TextSearchInternal.cs (1)
815
_isActive
= value;
2 references to _isActive
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
812
get { return
_isActive
; }
820
_attachedTo.SetValue(IsActiveProperty,
_isActive
);