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