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)
78
if (__enabled &&
_pic
!= null)
92
if (__enabled &&
_pic
!= null)
156
if (__enabled &&
_pic
!= null)
205
return (
_pic
!= null) ?
_pic
.Element : null;
217
return (
_pic
!= null) ?
_pic
.Rect : new Rect();
234
if (
_pic
!= null)
236
_pic
.Element.VerifyAccess();
243
if (
_pic
!= null &&
_pic
.IsActiveForInput)
246
using (
_pic
.Element.Dispatcher.DisableProcessing())
248
_pic
.ExecuteWithPotentialLock(() =>
301
bool newIsActive = (
_pic
!= null) ? (Enabled &&
_pic
.Contains(this) &&
302
_pic
.IsActiveForInput) : false;