1 write to Clip
PresentationFramework (1)
src\Framework\System\Windows\Documents\Adorner.cs (1)
160Clip = value;
10 references to Clip
PresentationCore (4)
Core\CSharp\System\Windows\UIElement.cs (4)
3103if(Clip != null) 3106clipGeometry = Clip; 3112Clip); 3372/// This method supplies an additional (to the <seealso cref="Clip"/> property) clip geometry
PresentationFramework (6)
src\Framework\System\Windows\Documents\Adorner.cs (1)
156return Clip;
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
294if (fh.Element.Clip != null) 296Rect clipRect = fh.Element.Clip.Bounds;
src\Framework\System\Windows\Documents\HighlightVisual.cs (3)
232if (fh.Element.Clip != null) 234Rect clipRect = fh.Element.Clip.Bounds; 341dc.PushClip(g.Clip);