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)
61
Invariant.Assert(
_uiScope
!= null, "DocumentGrid's DocumentViewerOwner cannot be null.");
72
_uiScope
.CommandBindings.Add(binding);
93
if (
_uiScope
!= null)
95
CommandBindingCollection commandBindings =
_uiScope
.CommandBindings;
503
_uiScope
.Focus();