2 writes to _pic
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (2)
26_pic = plugInCollection; 49_pic = null;
14 references to _pic
PresentationCore (14)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (14)
65if (__enabled && _pic != null) 79if (__enabled && _pic != null) 143if (__enabled && _pic != null) 192return _pic?.Element; 204return (_pic != null) ? _pic.Rect : new Rect(); 221_pic?.Element.VerifyAccess(); 227if (_pic != null && _pic.IsActiveForInput) 230using (_pic.Element.Dispatcher.DisableProcessing()) 232_pic.ExecuteWithPotentialLock(() => 285bool newIsActive = (_pic != null) ? (Enabled && _pic.Contains(this) && 286_pic.IsActiveForInput) : false;