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)
60
Invariant.Assert(
_uiScope
!= null, "DocumentGrid's DocumentViewerOwner cannot be null.");
71
_uiScope
.CommandBindings.Add(binding);
92
if (
_uiScope
!= null)
94
CommandBindingCollection commandBindings =
_uiScope
.CommandBindings;
501
_uiScope
.Focus();