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