2 writes to _drawingContent
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
3184_drawingContent = null; 3215_drawingContent = newContent;
18 references to _drawingContent
PresentationCore (18)
Core\CSharp\System\Windows\UIElement.cs (18)
992if((!SnapsToDevicePixels) || (_drawingContent == null)) 1344if (_drawingContent != null) 1349Rect resultRect = _drawingContent.GetContentBounds(ctx); 3126if (_drawingContent != null) 3128if (_drawingContent.HitTestPoint(hitTestParameters.HitPoint)) 3142if ((_drawingContent != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds)) 3146intersectionDetail = _drawingContent.HitTestGeometry(hitTestParameters.InternalHitGeometry); 3173IDrawingContent oldContent = _drawingContent; 3242if (_drawingContent != null) 3251((DUCE.IResource)_drawingContent).ReleaseOnChannel(channel); 3266if (_drawingContent != null) 3272resultRect = _drawingContent.GetContentBounds(ctx); 3295if (_drawingContent != null) 3297_drawingContent.WalkContent(walker); 3318if (_drawingContent != null) 3320DUCE.IResource drawingContent = (DUCE.IResource)_drawingContent; 3362if (_drawingContent != null) 3364drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData) _drawingContent);