1 write to Clip
PresentationFramework (1)
src\Framework\System\Windows\Documents\Adorner.cs (1)
160
Clip
= value;
10 references to Clip
PresentationCore (4)
Core\CSharp\System\Windows\UIElement.cs (4)
3103
if(
Clip
!= null)
3106
clipGeometry =
Clip
;
3112
Clip
);
3372
/// This method supplies an additional (to the <seealso cref="
Clip
"/> property) clip geometry
PresentationFramework (6)
src\Framework\System\Windows\Documents\Adorner.cs (1)
156
return
Clip
;
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
294
if (fh.Element.
Clip
!= null)
296
Rect clipRect = fh.Element.
Clip
.Bounds;
src\Framework\System\Windows\Documents\HighlightVisual.cs (3)
232
if (fh.Element.
Clip
!= null)
234
Rect clipRect = fh.Element.
Clip
.Bounds;
341
dc.PushClip(g.
Clip
);