1 write to Clip
PresentationFramework (1)
System\Windows\Documents\Adorner.cs (1)
150
Clip
= value;
10 references to Clip
PresentationCore (4)
System\Windows\UIElement.cs (4)
3069
if(
Clip
!= null)
3072
clipGeometry =
Clip
;
3078
Clip
);
3332
/// This method supplies an additional (to the <seealso cref="
Clip
"/> property) clip geometry
PresentationFramework (6)
System\Windows\Documents\Adorner.cs (1)
146
return
Clip
;
System\Windows\Documents\FixedTextView.cs (2)
278
if (fh.Element.
Clip
!= null)
280
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;
327
dc.PushClip(g.
Clip
);