2 writes to _pic
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (2)
39_pic = plugInCollection; 62_pic = null;
16 references to _pic
PresentationCore (16)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (16)
78if (__enabled && _pic != null) 92if (__enabled && _pic != null) 156if (__enabled && _pic != null) 205return (_pic != null) ? _pic.Element : null; 217return (_pic != null) ? _pic.Rect : new Rect(); 234if (_pic != null) 236_pic.Element.VerifyAccess(); 243if (_pic != null && _pic.IsActiveForInput) 246using (_pic.Element.Dispatcher.DisableProcessing()) 248_pic.ExecuteWithPotentialLock(() => 301bool newIsActive = (_pic != null) ? (Enabled && _pic.Contains(this) && 302_pic.IsActiveForInput) : false;