1 write to Clip
PresentationFramework (1)
System\Windows\Documents\Adorner.cs (1)
147Clip = value;
10 references to Clip
PresentationCore (4)
System\Windows\UIElement.cs (4)
3061if(Clip != null) 3064clipGeometry = Clip; 3070Clip); 3318/// This method supplies an additional (to the <seealso cref="Clip"/> property) clip geometry
PresentationFramework (6)
System\Windows\Documents\Adorner.cs (1)
143return Clip;
System\Windows\Documents\FixedTextView.cs (2)
273if (fh.Element.Clip != null) 275Rect clipRect = fh.Element.Clip.Bounds;
System\Windows\Documents\HighlightVisual.cs (3)
219if (fh.Element.Clip != null) 221Rect clipRect = fh.Element.Clip.Bounds; 329dc.PushClip(g.Clip);