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)
86
Invariant.Assert(
_uiScope
!= null, "DocumentGrid's DocumentViewerOwner cannot be null.");
97
_uiScope
.CommandBindings.Add(binding);
118
if (
_uiScope
!= null)
120
CommandBindingCollection commandBindings =
_uiScope
.CommandBindings;
611
_uiScope
.Focus();