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