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)
66
if (__enabled &&
_pic
!= null)
80
if (__enabled &&
_pic
!= null)
144
if (__enabled &&
_pic
!= null)
193
return (
_pic
!= null) ?
_pic
.Element : null;
205
return (
_pic
!= null) ?
_pic
.Rect : new Rect();
222
if (
_pic
!= null)
224
_pic
.Element.VerifyAccess();
231
if (
_pic
!= null &&
_pic
.IsActiveForInput)
234
using (
_pic
.Element.Dispatcher.DisableProcessing())
236
_pic
.ExecuteWithPotentialLock(() =>
289
bool newIsActive = (
_pic
!= null) ? (Enabled &&
_pic
.Contains(this) &&
290
_pic
.IsActiveForInput) : false;