1 write to Clip
PresentationFramework (1)
System\Windows\Documents\Adorner.cs (1)
150Clip = value;
10 references to Clip
PresentationCore (4)
System\Windows\UIElement.cs (4)
3069if(Clip != null) 3072clipGeometry = Clip; 3078Clip); 3332/// This method supplies an additional (to the <seealso cref="Clip"/> property) clip geometry
PresentationFramework (6)
System\Windows\Documents\Adorner.cs (1)
146return Clip;
System\Windows\Documents\FixedTextView.cs (2)
278if (fh.Element.Clip != null) 280Rect clipRect = fh.Element.Clip.Bounds;
System\Windows\Documents\HighlightVisual.cs (3)
219if (fh.Element.Clip != null) 221Rect clipRect = fh.Element.Clip.Bounds; 327dc.PushClip(g.Clip);