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