2 overrides of IsEmpty
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
265
public override bool
IsEmpty
439
public override bool
IsEmpty
2 references to IsEmpty
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
754
if (!contentControl.
IsEmpty
)
793
if (!contentControl.
IsEmpty
)