3 writes to _uiScope
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
70_uiScope = ((DocumentGrid)scope).DocumentViewerOwner; 75_uiScope = scope; 114_uiScope = null;
5 references to _uiScope
PresentationFramework (5)
System\Windows\Documents\RubberbandSelector.cs (5)
71Invariant.Assert(_uiScope != null, "DocumentGrid's DocumentViewerOwner cannot be null."); 82_uiScope.CommandBindings.Add(binding); 103if (_uiScope != null) 105CommandBindingCollection commandBindings = _uiScope.CommandBindings; 513_uiScope.Focus();