3 writes to _uiScope
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
59_uiScope = ((DocumentGrid)scope).DocumentViewerOwner; 64_uiScope = scope; 103_uiScope = null;
5 references to _uiScope
PresentationFramework (5)
System\Windows\Documents\RubberbandSelector.cs (5)
60Invariant.Assert(_uiScope != null, "DocumentGrid's DocumentViewerOwner cannot be null."); 71_uiScope.CommandBindings.Add(binding); 92if (_uiScope != null) 94CommandBindingCollection commandBindings = _uiScope.CommandBindings; 501_uiScope.Focus();