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