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