1 write to Clip
PresentationFramework (1)
System\Windows\Documents\Adorner.cs (1)
153Clip = value;
10 references to Clip
PresentationCore (4)
System\Windows\UIElement.cs (4)
3077if(Clip != null) 3080clipGeometry = Clip; 3086Clip); 3341/// This method supplies an additional (to the <seealso cref="Clip"/> property) clip geometry
PresentationFramework (6)
System\Windows\Documents\Adorner.cs (1)
149return Clip;
System\Windows\Documents\FixedTextView.cs (2)
286if (fh.Element.Clip != null) 288Rect clipRect = fh.Element.Clip.Bounds;
System\Windows\Documents\HighlightVisual.cs (3)
229if (fh.Element.Clip != null) 231Rect clipRect = fh.Element.Clip.Bounds; 337dc.PushClip(g.Clip);