2 writes to _shadowEffect
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (2)
782 _shadowEffect = null; 814 _shadowEffect = new ShadowEffect();
7 references to _shadowEffect
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (7)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (7)
779 if (_shadowEffect != null) 781 _shadowEffect.Dispose(); 813 if (_shadowEffect == null) 816 _shadowEffect.Source = context; 817 _shadowEffect.BlurAmount = CurrentState.ActualShadowBlur / 3; 818 _shadowEffect.ShadowColor = CurrentState.ShadowColor; 821 _session.DrawImage(_shadowEffect, 0, 0);