3 writes to _uiScope
PresentationFramework (3)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (3)
85_uiScope = ((DocumentGrid)scope).DocumentViewerOwner; 90_uiScope = scope; 129_uiScope = null;
5 references to _uiScope
PresentationFramework (5)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (5)
86Invariant.Assert(_uiScope != null, "DocumentGrid's DocumentViewerOwner cannot be null."); 97_uiScope.CommandBindings.Add(binding); 118if (_uiScope != null) 120CommandBindingCollection commandBindings = _uiScope.CommandBindings; 611_uiScope.Focus();