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)
65
if (__enabled &&
_pic
!= null)
79
if (__enabled &&
_pic
!= null)
143
if (__enabled &&
_pic
!= null)
192
return
_pic
?.Element;
204
return (
_pic
!= null) ?
_pic
.Rect : new Rect();
221
_pic
?.Element.VerifyAccess();
227
if (
_pic
!= null &&
_pic
.IsActiveForInput)
230
using (
_pic
.Element.Dispatcher.DisableProcessing())
232
_pic
.ExecuteWithPotentialLock(() =>
285
bool newIsActive = (
_pic
!= null) ? (Enabled &&
_pic
.Contains(this) &&
286
_pic
.IsActiveForInput) : false;