2 overrides of IsEmpty
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
259
public override bool
IsEmpty
433
public override bool
IsEmpty
2 references to IsEmpty
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
747
if (!contentControl.
IsEmpty
)
786
if (!contentControl.
IsEmpty
)