2 writes to _pic
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (2)
27_pic = plugInCollection; 50_pic = null;
16 references to _pic
PresentationCore (16)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (16)
66if (__enabled && _pic != null) 80if (__enabled && _pic != null) 144if (__enabled && _pic != null) 193return (_pic != null) ? _pic.Element : null; 205return (_pic != null) ? _pic.Rect : new Rect(); 222if (_pic != null) 224_pic.Element.VerifyAccess(); 231if (_pic != null && _pic.IsActiveForInput) 234using (_pic.Element.Dispatcher.DisableProcessing()) 236_pic.ExecuteWithPotentialLock(() => 289bool newIsActive = (_pic != null) ? (Enabled && _pic.Contains(this) && 290_pic.IsActiveForInput) : false;