1 write to Clip
PresentationFramework (1)
System\Windows\Documents\Adorner.cs (1)
146Clip = value;
10 references to Clip
PresentationCore (4)
System\Windows\UIElement.cs (4)
3060if(Clip != null) 3063clipGeometry = Clip; 3069Clip); 3317/// This method supplies an additional (to the <seealso cref="Clip"/> property) clip geometry
PresentationFramework (6)
System\Windows\Documents\Adorner.cs (1)
142return Clip;
System\Windows\Documents\FixedTextView.cs (2)
272if (fh.Element.Clip != null) 274Rect clipRect = fh.Element.Clip.Bounds;
System\Windows\Documents\HighlightVisual.cs (3)
218if (fh.Element.Clip != null) 220Rect clipRect = fh.Element.Clip.Bounds; 328dc.PushClip(g.Clip);