3 writes to _uiScope
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
60_uiScope = ((DocumentGrid)scope).DocumentViewerOwner; 65_uiScope = scope; 104_uiScope = null;
5 references to _uiScope
PresentationFramework (5)
System\Windows\Documents\RubberbandSelector.cs (5)
61Invariant.Assert(_uiScope != null, "DocumentGrid's DocumentViewerOwner cannot be null."); 72_uiScope.CommandBindings.Add(binding); 93if (_uiScope != null) 95CommandBindingCollection commandBindings = _uiScope.CommandBindings; 503_uiScope.Focus();