15 implementations of OnComponentChanging
PresentationBuildTasks (1)
Framework\System\Windows\Markup\TypeContext.cs (1)
59public bool OnComponentChanging()
PresentationFramework (7)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (1)
803public bool OnComponentChanging() { return false; }
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
1149bool ITypeDescriptorContext.OnComponentChanging() { return false; }
src\Framework\System\Windows\Documents\DPTypeDescriptorContext.cs (1)
172bool System.ComponentModel.ITypeDescriptorContext.OnComponentChanging()
src\Framework\System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
79bool ITypeDescriptorContext.OnComponentChanging()
src\Framework\System\Windows\Markup\Baml2006\TypeConverterMarkupExtension.cs (1)
42bool ITypeDescriptorContext.OnComponentChanging()
src\Framework\System\Windows\Markup\typecontext.cs (1)
59public bool OnComponentChanging()
src\Framework\System\Windows\TemplateContent.cs (1)
1572bool ITypeDescriptorContext.OnComponentChanging()
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
606public bool OnComponentChanging()
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
90public bool OnComponentChanging()
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
90public bool OnComponentChanging()
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2258public virtual bool OnComponentChanging() {
System.Workflow.Activities (1)
Common\CompModHelpers.cs (1)
1370public bool OnComponentChanging()
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ComponentSerializationService.cs (1)
581public bool OnComponentChanging() { return true; }
Shared\CompModHelpers.cs (1)
1368public bool OnComponentChanging()
3 references to OnComponentChanging
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
92return this.context == null ? false : this.context.OnComponentChanging();
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
92return this.context == null ? false : this.context.OnComponentChanging();
System.Messaging (1)
System\Messaging\Design\QueuePathEditor.cs (1)
61if ((context == null || context.OnComponentChanging()) && edSvc.ShowDialog(dialog) == DialogResult.OK)