2 references to NeedsClipBounds
PresentationFramework (2)
System\Windows\FrameworkElement.cs (2)
6205
get { return ReadInternalFlag(InternalFlags.
NeedsClipBounds
); }
6206
set { WriteInternalFlag(InternalFlags.
NeedsClipBounds
, value); }